From: Michael M Slusarz Date: Tue, 8 Sep 2009 17:59:48 +0000 (-0600) Subject: The encode filter doesn't use this parameter (it probably should) X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=6fea0fc8cd5aebbde1e28a3775242ee913a90a34;p=horde.git The encode filter doesn't use this parameter (it probably should) --- diff --git a/framework/Mime/lib/Horde/Mime/Part.php b/framework/Mime/lib/Horde/Mime/Part.php index 8215bafad..5a7fbb110 100644 --- a/framework/Mime/lib/Horde/Mime/Part.php +++ b/framework/Mime/lib/Horde/Mime/Part.php @@ -460,7 +460,7 @@ class Horde_Mime_Part case 'quoted-printable': /* Quoted-Printable Encoding: See RFC 2045, section 6.7 */ - return $this->_writeStream($fp, array('filter' => 'convert.quoted-printable-encode', 'params' => array('line-break-chars' => $this->getEOL()))); + return $this->_writeStream($fp, array('filter' => 'convert.quoted-printable-encode')); default: $this->_temp['transferEncodeClose'] = false;