mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 16:07:03 +03:00
Admin -> Domain after login test show all capabilities to disable
This commit is contained in:
parent
cf910c678b
commit
465d7ed673
1 changed files with 0 additions and 2 deletions
|
|
@ -278,7 +278,6 @@ export class DomainPopupView extends AbstractViewPopup {
|
||||||
this.testingImapError(true !== result.Imap ? result.Imap : false);
|
this.testingImapError(true !== result.Imap ? result.Imap : false);
|
||||||
this.testingSieveError(true !== result.Sieve ? result.Sieve : false);
|
this.testingSieveError(true !== result.Sieve ? result.Sieve : false);
|
||||||
this.testingSmtpError(true !== result.Smtp ? result.Smtp : false);
|
this.testingSmtpError(true !== result.Smtp ? result.Smtp : false);
|
||||||
/*
|
|
||||||
// result.ImapResult.connectCapa
|
// result.ImapResult.connectCapa
|
||||||
if (true === result.Imap && result.ImapResult.authCapa) {
|
if (true === result.Imap && result.ImapResult.authCapa) {
|
||||||
result.ImapResult.authCapa.sort();
|
result.ImapResult.authCapa.sort();
|
||||||
|
|
@ -288,7 +287,6 @@ export class DomainPopupView extends AbstractViewPopup {
|
||||||
// result.SmtpResult.authCapa
|
// result.SmtpResult.authCapa
|
||||||
// result.SieveResult.connectCapa
|
// result.SieveResult.connectCapa
|
||||||
// result.SieveResult.authCapa
|
// result.SieveResult.authCapa
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
params
|
params
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue