mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 19:49:20 +03:00
pre-verify S/MIME opaque signed messages so we have a body to view
This commit is contained in:
parent
a98f8aa1f6
commit
5552d3c1b9
7 changed files with 44 additions and 27 deletions
|
|
@ -671,7 +671,7 @@ export class MailMessageView extends AbstractViewRight {
|
|||
message.html() ? message.viewHtml() : message.viewPlain();
|
||||
response.Result.body = null;
|
||||
}
|
||||
message.smimeVerified(response.Result);
|
||||
message.smimeVerified(response.Result.success);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue