From 38646a3bf61a4e5c4d95a098230a4bff6a3cd0bf Mon Sep 17 00:00:00 2001 From: avl Date: Thu, 13 Aug 2009 21:21:44 +0300 Subject: [PATCH] mime line length --- ipf/mime.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.49.0