From: avl Date: Thu, 13 Aug 2009 18:21:44 +0000 (+0300) Subject: mime line length X-Git-Tag: 0.5~381 X-Git-Url: https://git.andy128k.dev/?a=commitdiff_plain;h=38646a3bf61a4e5c4d95a098230a4bff6a3cd0bf;p=ipf.git mime line length --- diff --git a/ipf/mime.php b/ipf/mime.php index c3252b3..ce6543a 100644 --- a/ipf/mime.php +++ b/ipf/mime.php @@ -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';