mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 13:39:23 +01:00
fixed not displayed mails with encoding
This commit is contained in:
parent
cec909fb13
commit
77e9071f5c
@ -4645,9 +4645,10 @@ error_log(__METHOD__.__LINE__.array2string($headerObject['ATTACHMENTS'][$mime_id
|
|||||||
*/
|
*/
|
||||||
public function fetchPartContents($_uid, Horde_Mime_Part $part, $_stream=false, $_preserveSeen=false)
|
public function fetchPartContents($_uid, Horde_Mime_Part $part, $_stream=false, $_preserveSeen=false)
|
||||||
{
|
{
|
||||||
|
$encoding = null;
|
||||||
// we need to set content on structure to decode transfer encoding
|
// we need to set content on structure to decode transfer encoding
|
||||||
$part->setContents(
|
$part->setContents(
|
||||||
$this->getBodyPart($_uid, $part->getMimeId(), null, $_preserveSeen, $_stream, $encoding=null),
|
$this->getBodyPart($_uid, $part->getMimeId(), null, $_preserveSeen, $_stream, $encoding),
|
||||||
array('encoding' => $encoding));
|
array('encoding' => $encoding));
|
||||||
|
|
||||||
return $part;
|
return $part;
|
||||||
|
Loading…
Reference in New Issue
Block a user