mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-28 23:05:54 +00:00
Bugfix https://github.com/afterlogic/MailSo/pull/6 maybe solves #466 ?
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user