cleanup some json code

This commit is contained in:
the-djmaze 2023-01-25 09:41:15 +01:00
parent f23b7205c6
commit 528b6cd096
5 changed files with 19 additions and 12 deletions

View file

@ -74,6 +74,7 @@ export class MessageModel extends AbstractModel {
this.to = new EmailCollectionModel;
this.cc = new EmailCollectionModel;
this.bcc = new EmailCollectionModel;
this.sender = new EmailCollectionModel;
this.replyTo = new EmailCollectionModel;
this.deliveredTo = new EmailCollectionModel;
this.body = null;
@ -120,6 +121,11 @@ export class MessageModel extends AbstractModel {
readReceipt: '',
autocrypt: '',
// rfc8621
id: '',
// threadId: '',
hasUnseenSubMessage: false,
hasFlaggedSubMessage: false
});