From dab2c78fc53ed2c1ab0fc069847b68d7169c7ea5 Mon Sep 17 00:00:00 2001 From: avl Date: Thu, 13 Aug 2009 21:17:58 +0300 Subject: [PATCH] mime line length --- ipf/mime/part.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ipf/mime/part.php b/ipf/mime/part.php index 87d638b..68e9b23 100644 --- a/ipf/mime/part.php +++ b/ipf/mime/part.php @@ -41,7 +41,7 @@ class IPF_Mime_Part { 'convert.quoted-printable-encode', STREAM_FILTER_READ, array( - 'line-length' => 76, + 'line-length' => 72, 'line-break-chars' => IPF_Mime::LINEEND ) ); @@ -55,7 +55,7 @@ class IPF_Mime_Part { 'convert.base64-encode', STREAM_FILTER_READ, array( - 'line-length' => 76, + 'line-length' => 72, 'line-break-chars' => IPF_Mime::LINEEND ) ); -- 2.49.0