mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Forward if METADATA is supported to JavaScript
This commit is contained in:
parent
3da130d061
commit
c039e813a6
5 changed files with 14 additions and 3 deletions
|
|
@ -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: '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue