the-djmaze 2022-12-29 13:40:46 +01:00
parent 1cff18218e
commit d4c4f84c13
9 changed files with 94 additions and 84 deletions

View file

@ -14,16 +14,15 @@ export class MessageCollectionModel extends AbstractCollectionModel
super();
this.Filtered
this.Folder
this.FolderHash
this.FolderInfo
this.folderHash
this.folderInfo
this.totalEmails
this.unreadEmails
this.UidNext
this.ThreadUid
this.NewMessages
this.Offset
this.Limit
this.Search
this.threadUid
this.newMessages
this.offset
this.limit
this.search
}
*/