From: avl Date: Thu, 13 Aug 2009 18:17:58 +0000 (+0300) Subject: mime line length X-Git-Url: https://git.andy128k.dev/?a=commitdiff_plain;h=dab2c78fc53ed2c1ab0fc069847b68d7169c7ea5;p=ipf-mail.git mime line length --- 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 ) );