mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Bugfix: message attachments missing data
This commit is contained in:
parent
fd0a41cfaf
commit
787e236133
10 changed files with 15 additions and 52 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue