From fa6590b3aba808757bd7ddbf73e445e964e5ef43 Mon Sep 17 00:00:00 2001 From: djmaze Date: Wed, 13 Oct 2021 15:42:56 +0200 Subject: [PATCH] Access rfc5464 METADATA in JavaScript --- dev/Model/FolderCollection.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev/Model/FolderCollection.js b/dev/Model/FolderCollection.js index 1db706489..69ad35c7a 100644 --- a/dev/Model/FolderCollection.js +++ b/dev/Model/FolderCollection.js @@ -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;