mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Fixed MailSo header parsing
This commit is contained in:
parent
ccbf04cb67
commit
77870442fe
5 changed files with 29 additions and 9 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue