mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Cleanup some logging
This commit is contained in:
parent
dc335f0016
commit
e8fc4eaa30
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ class ImapClient extends \MailSo\Net\NetClient
|
||||||
$this->sendRaw($sAuth);
|
$this->sendRaw($sAuth);
|
||||||
$oResponse = $this->getResponse();
|
$oResponse = $this->getResponse();
|
||||||
}
|
}
|
||||||
else if ('PLAIN' === $type || 'OAUTHBEARER' === $type)
|
else if ('PLAIN' === $type || 'OAUTHBEARER' === $type /*|| 'PLAIN-CLIENTTOKEN' === $type*/)
|
||||||
{
|
{
|
||||||
$sAuth = $SASL->authenticate($sLogin, $sPassword);
|
$sAuth = $SASL->authenticate($sLogin, $sPassword);
|
||||||
$this->oLogger && $this->oLogger->AddSecret($sAuth);
|
$this->oLogger && $this->oLogger->AddSecret($sAuth);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue