mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-22 13:04:19 +08:00
Bugfix: missed SASL commit
This commit is contained in:
parent
389e473e22
commit
52abb3cf48
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ class ImapClient extends \MailSo\Net\NetClient
|
||||||
$sTicket = $oContinuationResponse->ResponseList[1] ?? null;
|
$sTicket = $oContinuationResponse->ResponseList[1] ?? null;
|
||||||
if ($sTicket)
|
if ($sTicket)
|
||||||
{
|
{
|
||||||
$sToken = $SASL->authenticate($sLogin, $sPassword, $sTicket)
|
$sToken = $SASL->authenticate($sLogin, $sPassword, $sTicket);
|
||||||
|
|
||||||
$sTicket = \base64_decode($sTicket);
|
$sTicket = \base64_decode($sTicket);
|
||||||
$this->oLogger->Write('ticket: '.$sTicket);
|
$this->oLogger->Write('ticket: '.$sTicket);
|
||||||
|
|
Loading…
Add table
Reference in a new issue