mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-09 22:48:28 +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 {
|
||||
$sLogin = \MailSo\Base\Utils::IdnToAscii(\MailSo\Base\Utils::Trim($aCredentials['Login']));
|
||||
$sPassword = $aCredentials['Password'];
|
||||
$sProxyAuthUser = '';
|
||||
}
|
||||
|
||||
if (!\strlen($sLogin) || !\strlen($sPassword))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue