mail page rest

This commit is contained in:
alma 2025-04-21 13:48:23 +02:00
parent ada8eb6185
commit f708449a4d

View File

@ -483,7 +483,7 @@ function renderEmailContent(email: Email) {
hasAttachments: parsed.attachments.length > 0
});
// If parsing failed, try direct content extraction
// Determine content and type
let content = '';
let isHtml = false;