From f708449a4ddcad56c43e089d2fcbb8e0f9e708eb Mon Sep 17 00:00:00 2001 From: alma Date: Mon, 21 Apr 2025 13:48:23 +0200 Subject: [PATCH] mail page rest --- app/courrier/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/courrier/page.tsx b/app/courrier/page.tsx index 506e6200..76041647 100644 --- a/app/courrier/page.tsx +++ b/app/courrier/page.tsx @@ -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;