Forward if METADATA is supported to JavaScript

This commit is contained in:
djmaze 2021-10-15 12:34:45 +02:00
parent 3da130d061
commit c039e813a6
5 changed files with 14 additions and 3 deletions

View file

@ -20,9 +20,10 @@ export const FolderUserStore = new class {
displaySpecSetting: false,
/**
* If the IMAP server supports SORT
* If the IMAP server supports SORT, METADATA
*/
sortSupported: false,
metadataSupported: false,
// sortMode: '',
sentFolder: '',