More info about IMAP capabilities

This commit is contained in:
the-djmaze 2024-02-18 13:04:05 +01:00
parent dd5bb8593c
commit 859b064d39
2 changed files with 10 additions and 6 deletions

View file

@ -332,14 +332,15 @@ export class DomainPopupView extends AbstractViewPopup {
this.clearTesting();
this.edit(false);
this.imapCapabilities([
'BINARY',
'LIST-STATUS',
'METADATA',
'MOVE',
'NAMESPACE',
'PREVIEW',
'SORT',
'THREAD',
'BINARY',
'STATUS=SIZE',
'PREVIEW'
'THREAD'
]);
this.imapDisabled_capabilities(['PREVIEW','STATUS=SIZE']);
forEachObjectEntry(domainDefaults, (key, value) => this[key](value));