mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
same small fixes
This commit is contained in:
parent
6bd66b8a2d
commit
8c077a94c6
3 changed files with 7 additions and 5 deletions
|
|
@ -18,6 +18,7 @@ export function MimeToMessage(data, message)
|
|||
subject = struct.headerValue('subject');
|
||||
html = html ? html.body : '';
|
||||
|
||||
// Content-Type: ...; protected-headers="v1"
|
||||
subject && message.subject(subject);
|
||||
|
||||
// EmailCollectionModel
|
||||
|
|
@ -99,6 +100,4 @@ export function MimeToMessage(data, message)
|
|||
if (message.plain().includes(BEGIN_PGP_MESSAGE)) {
|
||||
message.pgpSigned(true);
|
||||
}
|
||||
|
||||
// TODO: Verify instantly?
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue