mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 04:59:21 +03:00
Improved MIME email addresses parse info
This commit is contained in:
parent
ec9197cb85
commit
be8d302b82
4 changed files with 34 additions and 12 deletions
|
|
@ -77,7 +77,6 @@ export function MimeToMessage(data, message)
|
|||
const text = struct.getByContentType('text/plain');
|
||||
message.plain(text ? text.body : '');
|
||||
message.html(html);
|
||||
console.dir({message});
|
||||
} else {
|
||||
message.plain(data);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue