mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03: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->logMask($sChallenge);
|
||||||
$this->sendRaw($sChallenge);
|
$this->sendRaw($sChallenge);
|
||||||
$oResponse = $this->getResponse();
|
$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)
|
else if ('XOAUTH2' === $type || 'OAUTHBEARER' === $type)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue