mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 08:24:50 +03:00
Verify S/MIME signed automatically and log Exception
This commit is contained in:
parent
b2009f6bc0
commit
27fbe01876
2 changed files with 13 additions and 6 deletions
|
|
@ -201,7 +201,7 @@ export class MessageModel extends AbstractModel {
|
|||
|
||||
this.smimeSigned.subscribe(value => {
|
||||
value?.body && MimeToMessage(value.body, this);
|
||||
value?.body && this.smimeVerified(value.verified);
|
||||
'verified' in value && this.smimeVerified(value.verified);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue