More S/MIME changes for #259

This commit is contained in:
the-djmaze
2024-02-19 15:35:10 +01:00
parent a9b60a762f
commit 9a5a5091a1
4 changed files with 20 additions and 4 deletions

View File

@@ -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: '',