This commit is contained in:
the-djmaze 2024-02-14 18:48:13 +01:00
parent 2dbcd47a56
commit 662121d90e

View file

@ -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)