The encode filter doesn't use this parameter (it probably should)
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 8 Sep 2009 17:59:48 +0000 (11:59 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 8 Sep 2009 18:00:16 +0000 (12:00 -0600)
framework/Mime/lib/Horde/Mime/Part.php

index 8215baf..5a7fbb1 100644 (file)
@@ -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;