mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Resolve #780
This commit is contained in:
parent
9484ff3cbb
commit
edd083801f
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ class ImapClient extends \MailSo\Net\NetClient
|
|||
|
||||
$this->sLogginedUser = $sLogin;
|
||||
|
||||
$type = '';
|
||||
$type = 'LOGIN';
|
||||
foreach ($oSettings->SASLMechanisms as $sasl_type) {
|
||||
if ($this->IsSupported("AUTH={$sasl_type}") && \SnappyMail\SASL::isSupported($sasl_type)) {
|
||||
$type = $sasl_type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue