mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03: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
Add a link
Reference in a new issue