mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-02 21:12:02 +08:00
Bugfix https://github.com/afterlogic/MailSo/pull/6 maybe solves #466 ?
This commit is contained in:
parent
026adcd611
commit
f0ae4e7e6c
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ class Binary
|
|||
$sReturn .= self::$sFunctionName($this->sReadEndBuffer.$sReadResult,
|
||||
$this->sReadEndBuffer, $this->sFromEncoding, $this->sToEncoding);
|
||||
|
||||
$iDecodeLen = \strlen($sReturn);
|
||||
$iDecodeLen = \strlen($sReadResult);
|
||||
if ($iCount < $iDecodeLen)
|
||||
{
|
||||
$this->sBuffer = \substr($sReturn, $iCount);
|
||||
|
|
Loading…
Reference in a new issue