mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
IDNA support (beta)
This commit is contained in:
parent
0ca00dec40
commit
e82108ac85
31 changed files with 3839 additions and 308 deletions
|
|
@ -188,6 +188,7 @@ class ImapClient extends \MailSo\Net\NetClient
|
|||
}
|
||||
|
||||
$sLogin = \trim($sLogin);
|
||||
$sLogin = \MailSo\Base\Utils::IdnToAscii($sLogin);
|
||||
$sPassword = $sPassword;
|
||||
|
||||
$this->sLogginedUser = $sLogin;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue