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

@ -29,7 +29,7 @@ class HeaderCollection extends \MailSo\Base\Collection
parent::__construct();
$this->sRawHeaders = '';
$this->sParentCharset = \MailSo\Base\Enumerations\Charset::ISO_8859_1;
$this->sParentCharset = '';
if (0 < \strlen($sRawHeaders))
{
@ -318,6 +318,7 @@ class HeaderCollection extends \MailSo\Base\Collection
{
$this->Add($oHeader);
}
$sName = null;
$sValue = null;
}