mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 13:39:22 +03:00
More info about IMAP capabilities
This commit is contained in:
parent
dd5bb8593c
commit
859b064d39
2 changed files with 10 additions and 6 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue