Fixed MailSo header parsing

This commit is contained in:
RainLoop Team 2014-09-02 13:54:22 +04:00
parent ccbf04cb67
commit 77870442fe
5 changed files with 29 additions and 9 deletions

View file

@ -1929,10 +1929,15 @@ class ImapClient extends \MailSo\Net\NetClient
$this->writeLog('Literal stream read warning "read '.$iLiteralSize.' of '.
$iLiteralLen.'" bytes', \MailSo\Log\Enumerations\Type::WARNING);
}
if (!$bTreatAsAtom)
{
$aList[] = $sLiteral;
if (\MailSo\Config::$LogSimpleLiterals)
{
$this->writeLog('{'.\strlen($sLiteral).'} '.$sLiteral, \MailSo\Log\Enumerations\Type::INFO);
}
}
}
else