|
@@ -12,7 +12,7 @@
|
|
|
|
|
|
|
|
<para>
|
|
<para>
|
|
|
Header Encoding, especially the encoding of the subject, is a tricky topic. <classname>Zend_Mime</classname> currently implements
|
|
Header Encoding, especially the encoding of the subject, is a tricky topic. <classname>Zend_Mime</classname> currently implements
|
|
|
- its own algorithm to encode quoted printable headers according to <acronym>RFC</acronym>-2045.
|
|
|
|
|
|
|
+ its own algorithm to encode quoted printable headers according to RFC-2045.
|
|
|
This due to the problems of <code>iconv_mime_encode</code> and <code>mb_encode_mimeheader</code>
|
|
This due to the problems of <code>iconv_mime_encode</code> and <code>mb_encode_mimeheader</code>
|
|
|
with regards to certain charsets. This algorithm only breaks the header at spaces, which might lead to headers
|
|
with regards to certain charsets. This algorithm only breaks the header at spaces, which might lead to headers
|
|
|
that far exceed the suggested length of 76 chars. For this cases it is suggested to switch to BASE64
|
|
that far exceed the suggested length of 76 chars. For this cases it is suggested to switch to BASE64
|