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;