mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-28 23:05:54 +00:00
Access rfc5464 METADATA in JavaScript
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user