compose mime
This commit is contained in:
parent
616d52d8fb
commit
a629e23a70
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user