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

index c3252b35b75e648959d48be970867807f38ededa..ce6543a59dde020037cb5207a5719990a78b4cba 100644 (file)
@@ -11,7 +11,7 @@ class IPF_Mime
     const ENCODING_BASE64 = 'base64';
     const DISPOSITION_ATTACHMENT = 'attachment';
     const DISPOSITION_INLINE = 'inline';
-    const LINELENGTH = 74;
+    const LINELENGTH = 72;
     const LINEEND = "\n";
     const MULTIPART_ALTERNATIVE = 'multipart/alternative';
     const MULTIPART_MIXED = 'multipart/mixed';