mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03:00
Bugfix: undefined $iLiteralSize
This commit is contained in:
parent
8dcd0cf833
commit
e6290e06e9
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ trait ResponseParser
|
|||
if (!$bTreatAsAtom) {
|
||||
$aList[] = $sLiteral;
|
||||
if (\MailSo\Config::$LogSimpleLiterals) {
|
||||
$this->writeLog('{'.$iLiteralSize.'} '.$sLiteral, \MailSo\Log\Enumerations\Type::INFO);
|
||||
$this->writeLog('{'.$iLiteralLen.'} '.$sLiteral, \MailSo\Log\Enumerations\Type::INFO);
|
||||
}
|
||||
} else {
|
||||
\SnappyMail\Log::notice('IMAP', 'Literal treated as atom and skipped');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue