mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 03:29:20 +03:00
Improved more handling of Internationalized Domain Names
This commit is contained in:
parent
5c21fea5d7
commit
4fd2f63c07
6 changed files with 19 additions and 43 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue