Bugfix: undefined $iLiteralSize

This commit is contained in:
the-djmaze 2022-01-17 15:58:39 +01:00
parent 8dcd0cf833
commit e6290e06e9

View file

@ -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');