mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +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) {
|
if (!$bTreatAsAtom) {
|
||||||
$aList[] = $sLiteral;
|
$aList[] = $sLiteral;
|
||||||
if (\MailSo\Config::$LogSimpleLiterals) {
|
if (\MailSo\Config::$LogSimpleLiterals) {
|
||||||
$this->writeLog('{'.$iLiteralSize.'} '.$sLiteral, \MailSo\Log\Enumerations\Type::INFO);
|
$this->writeLog('{'.$iLiteralLen.'} '.$sLiteral, \MailSo\Log\Enumerations\Type::INFO);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
\SnappyMail\Log::notice('IMAP', 'Literal treated as atom and skipped');
|
\SnappyMail\Log::notice('IMAP', 'Literal treated as atom and skipped');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue