mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +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.testingSieveError(true !== result.Sieve ? result.Sieve : false);
|
||||
this.testingSmtpError(true !== result.Smtp ? result.Smtp : false);
|
||||
/*
|
||||
// result.ImapResult.connectCapa
|
||||
if (true === result.Imap && result.ImapResult.authCapa) {
|
||||
result.ImapResult.authCapa.sort();
|
||||
|
|
@ -288,7 +287,6 @@ export class DomainPopupView extends AbstractViewPopup {
|
|||
// result.SmtpResult.authCapa
|
||||
// result.SieveResult.connectCapa
|
||||
// result.SieveResult.authCapa
|
||||
*/
|
||||
}
|
||||
},
|
||||
params
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue