Bugfix: message attachments missing data

This commit is contained in:
the-djmaze 2022-10-28 13:57:13 +02:00
parent fd0a41cfaf
commit 787e236133
10 changed files with 15 additions and 52 deletions

View file

@ -48,7 +48,6 @@ export function MimeToMessage(data, message)
attachment.folder = '';
attachment.uid = '';
attachment.mimeIndex = part.id;
attachment.framed = false;
*/
attachment.cid = cid ? cid.value : '';
if (cid && html) {