Skip to content

Commit f93fdbc

Browse files
committed
getContents() quoted-printable EOL patch
1 parent 7f6d0aa commit f93fdbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Horde/Mime/Part.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,7 @@ protected function _transferDecode($fp, $encoding)
426426
return $this->_writeStream(base64_decode(stream_get_contents($fp)));
427427

428428
case 'quoted-printable':
429+
$fp = $this->replaceEOL($fp, self::RFC_EOL);
429430
try {
430431
return $this->_writeStream($fp, array(
431432
'error' => true,

0 commit comments

Comments
 (0)