mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 13:39:22 +03:00
Bugfix domain autoconfig error
This commit is contained in:
parent
8c3a4b4fc7
commit
3ec93d11ea
2 changed files with 2 additions and 3 deletions
|
|
@ -309,8 +309,7 @@ export class DomainPopupView extends AbstractViewPopup {
|
|||
autoconfig() {
|
||||
let domain = this.name();
|
||||
Remote.request('AdminDomainAutoconfig', (iError, oData) => {
|
||||
console.dir({iError, oData});
|
||||
if (!iError) {
|
||||
if (oData?.Result?.config) {
|
||||
let server = oData.Result.config.incomingServer[0];
|
||||
this.imapHost(server.hostname);
|
||||
this.imapPort(server.port);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue