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