mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03:00
Access rfc5464 METADATA in JavaScript
This commit is contained in:
parent
1fdcc68518
commit
fa6590b3ab
1 changed files with 2 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ export class FolderCollectionModel extends AbstractCollectionModel
|
|||
SettingsGet('SpamFolder') || sf[4],
|
||||
SettingsGet('TrashFolder') || sf[5],
|
||||
SettingsGet('ArchiveFolder') || sf[12]
|
||||
// SettingsGet('TemplatesFolder') || sf[19]
|
||||
// IMPORTANT: sf[10],
|
||||
// FLAGGED: sf[11],
|
||||
// ALL: sf[13]
|
||||
|
|
@ -188,6 +189,7 @@ export class FolderModel extends AbstractModel {
|
|||
this.namespace = '';
|
||||
this.deep = 0;
|
||||
this.expires = 0;
|
||||
this.metadata = {};
|
||||
|
||||
this.exists = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue