mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-20 03:54:21 +08: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);
|
||||
$oResponse = $this->getResponse();
|
||||
}
|
||||
else if ('PLAIN' === $type || 'OAUTHBEARER' === $type)
|
||||
else if ('PLAIN' === $type || 'OAUTHBEARER' === $type /*|| 'PLAIN-CLIENTTOKEN' === $type*/)
|
||||
{
|
||||
$sAuth = $SASL->authenticate($sLogin, $sPassword);
|
||||
$this->oLogger && $this->oLogger->AddSecret($sAuth);
|
||||
|
|
Loading…
Add table
Reference in a new issue