Redesign Raw handling as encodeRawKey/decodeRawKey doesn't need encryption

This commit is contained in:
the-djmaze 2023-03-07 13:53:52 +01:00
parent 402de0d569
commit bd7f9856f2
8 changed files with 73 additions and 115 deletions

View file

@ -35,9 +35,7 @@ export function MimeToMessage(data, message)
attachment.url = part.dataUrl;
attachment.estimatedSize = part.body.length;
/*
attachment.isThumbnail = false;
attachment.contentLocation = '';
attachment.download = '';
attachment.folder = '';
attachment.uid = '';
attachment.mimeIndex = part.id;