mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
Disable IMAP METADATA by default (hardly used)
This commit is contained in:
parent
8a0b3d3791
commit
8a10d30f2a
2 changed files with 4 additions and 3 deletions
|
|
@ -342,7 +342,7 @@ export class DomainPopupView extends AbstractViewPopup {
|
|||
'STATUS=SIZE',
|
||||
'THREAD'
|
||||
]);
|
||||
this.imapDisabled_capabilities(['PREVIEW','STATUS=SIZE']);
|
||||
this.imapDisabled_capabilities(['METADATA','PREVIEW','STATUS=SIZE']);
|
||||
forEachObjectEntry(domainDefaults, (key, value) => this[key](value));
|
||||
this.enableSmartPorts(true);
|
||||
if (oDomain) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue