mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03: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,
|
$sReturn .= self::$sFunctionName($this->sReadEndBuffer.$sReadResult,
|
||||||
$this->sReadEndBuffer, $this->sFromEncoding, $this->sToEncoding);
|
$this->sReadEndBuffer, $this->sFromEncoding, $this->sToEncoding);
|
||||||
|
|
||||||
$iDecodeLen = \strlen($sReturn);
|
$iDecodeLen = \strlen($sReadResult);
|
||||||
if ($iCount < $iDecodeLen)
|
if ($iCount < $iDecodeLen)
|
||||||
{
|
{
|
||||||
$this->sBuffer = \substr($sReturn, $iCount);
|
$this->sBuffer = \substr($sReturn, $iCount);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue