compose mime

This commit is contained in:
alma 2025-04-24 20:01:59 +02:00
parent 616d52d8fb
commit a629e23a70

View File

@ -509,7 +509,6 @@ export default function CourrierPage() {
// Process emails keeping exact folder names and sort by date
const processedEmails = (data.emails || [])
.filter((email: any) => email && email.body) // Filter out emails with no body
.map((email: any) => ({
id: Number(email.id),
accountId: 1,