mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 13:39:22 +03:00
Redesign Raw handling as encodeRawKey/decodeRawKey doesn't need encryption
This commit is contained in:
parent
402de0d569
commit
bd7f9856f2
8 changed files with 73 additions and 115 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue