From a476852a0baf93d1b4637d9e7a6fcbcb5a523141 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Sat, 22 Aug 2009 09:28:34 -0600 Subject: [PATCH] Force this data to be MIME compliant --- imp/lib/Mime/Viewer/Partial.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/lib/Mime/Viewer/Partial.php b/imp/lib/Mime/Viewer/Partial.php index bdd3fb0b5..6f0a2d215 100644 --- a/imp/lib/Mime/Viewer/Partial.php +++ b/imp/lib/Mime/Viewer/Partial.php @@ -76,7 +76,7 @@ class IMP_Horde_Mime_Viewer_Partial extends Horde_Mime_Viewer_Driver ksort($parts, SORT_NUMERIC); /* Combine the parts. */ - $mime_part = Horde_Mime_Part::parseMessage(implode('', $parts)); + $mime_part = Horde_Mime_Part::parseMessage(implode('', $parts), array('forcemime' => true)); return ($mime_part === false) ? null : array($this->_mimepart->getMimeId() => $mime_part); -- 2.11.0