mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Small fixes
This commit is contained in:
parent
b68a56cf6b
commit
5a762f5066
8 changed files with 61 additions and 20 deletions
|
|
@ -570,7 +570,7 @@ class SmtpClient extends \MailSo\Net\NetClient
|
|||
$sCommand = \trim($sCommand);
|
||||
$sRealCommand = $sCommand.(0 === \strlen($sAddToCommand) ? '' : ' '.$sAddToCommand);
|
||||
|
||||
$sFakeCommand = ($bSecureLog) ? '**********' : '';
|
||||
$sFakeCommand = ($bSecureLog) ? '********' : '';
|
||||
|
||||
$this->iRequestTime = \microtime(true);
|
||||
$this->sendRaw($sRealCommand, true, $sFakeCommand);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue