mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 22:17:03 +03:00
Small fixes
This commit is contained in:
parent
b68a56cf6b
commit
5a762f5066
8 changed files with 61 additions and 20 deletions
|
|
@ -334,6 +334,12 @@ abstract class NetClient
|
|||
|
||||
$bFake = 0 < \strlen($sFakeRaw);
|
||||
$sRaw .= "\r\n";
|
||||
|
||||
if ($this->oLogger && $this->oLogger->IsShowSecter())
|
||||
{
|
||||
$bFake = false;
|
||||
}
|
||||
|
||||
if ($bFake)
|
||||
{
|
||||
$sFakeRaw .= "\r\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue