Improved more handling of Internationalized Domain Names

This commit is contained in:
the-djmaze 2024-03-12 18:01:27 +01:00
parent 5c21fea5d7
commit 4fd2f63c07
6 changed files with 19 additions and 43 deletions

View file

@ -365,6 +365,8 @@ export class DomainPopupView extends AbstractViewPopup {
this[key]?.(value);
}
});
this.name(IDN.toUnicode(this.name()));
this.aliasName(IDN.toUnicode(this.aliasName()));
this.imapCapabilities(this.imapCapabilities.concat(this.imapDisabled_capabilities()).unique());
this.enableSmartPorts(true);
}