mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-25 07:16:21 +08:00
Resolve #1433
This commit is contained in:
parent
2dbcd47a56
commit
662121d90e
1 changed files with 3 additions and 1 deletions
|
@ -181,7 +181,9 @@ class ImapClient extends \MailSo\Net\NetClient
|
|||
$this->logMask($sChallenge);
|
||||
$this->sendRaw($sChallenge);
|
||||
$oResponse = $this->getResponse();
|
||||
$SASL->verify($this->getResponseValue($oResponse));
|
||||
$SASL->verify($this->getResponseValue($oResponse, Enumerations\ResponseType::CONTINUATION));
|
||||
$this->sendRaw('');
|
||||
$oResponse = $this->getResponse();
|
||||
}
|
||||
}
|
||||
else if ('XOAUTH2' === $type || 'OAUTHBEARER' === $type)
|
||||
|
|
Loading…
Reference in a new issue