]> git.andy128k.dev Git - ipf-mail.git/commitdiff
mime line length
authoravl <alex.litovchenko@gmail.com>
Thu, 13 Aug 2009 18:17:58 +0000 (21:17 +0300)
committeravl <alex.litovchenko@gmail.com>
Thu, 13 Aug 2009 18:17:58 +0000 (21:17 +0300)
ipf/mime/part.php

index 87d638bf59b420e758d488802ed12e6dd89ad4b2..68e9b23484972a804e1701ead9debe53e634a844 100644 (file)
@@ -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
                     )
                 );