mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Bugfix: undefined $sProxyAuthUser
This commit is contained in:
parent
2efa0d8eb7
commit
1bb7139d46
1 changed files with 1 additions and 0 deletions
|
|
@ -139,6 +139,7 @@ class ImapClient extends \MailSo\Net\NetClient
|
||||||
} else {
|
} else {
|
||||||
$sLogin = \MailSo\Base\Utils::IdnToAscii(\MailSo\Base\Utils::Trim($aCredentials['Login']));
|
$sLogin = \MailSo\Base\Utils::IdnToAscii(\MailSo\Base\Utils::Trim($aCredentials['Login']));
|
||||||
$sPassword = $aCredentials['Password'];
|
$sPassword = $aCredentials['Password'];
|
||||||
|
$sProxyAuthUser = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!\strlen($sLogin) || !\strlen($sPassword))
|
if (!\strlen($sLogin) || !\strlen($sPassword))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue