mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
More S/MIME changes for #259
This commit is contained in:
parent
a9b60a762f
commit
9a5a5091a1
4 changed files with 20 additions and 4 deletions
|
|
@ -115,16 +115,17 @@ export class MessageModel extends AbstractModel {
|
|||
hasExternals: false,
|
||||
hasTracking: false,
|
||||
|
||||
encrypted: false,
|
||||
|
||||
pgpSigned: null,
|
||||
pgpVerified: null,
|
||||
|
||||
encrypted: false,
|
||||
pgpEncrypted: null,
|
||||
pgpDecrypted: false,
|
||||
|
||||
smimeSigned: null,
|
||||
smimeVerified: null,
|
||||
smimeEncrypted: null,
|
||||
smimeDecrypted: false,
|
||||
|
||||
// rfc8621
|
||||
id: '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue