Edit report at http://pear.php.net/bugs/bug.php?id=12466&edit=1
ID: 12466
Updated by: alec@alec.pl
Reported By: carsten_sttgt at gmx dot de
Summary: wrong text_encoding or text_charset in get()
Status: Open
-Type: Bug
+Type: Feature/Change Request
Package: Mail_Mime
Operating System: Irrelevant
Package Version: CVS
PHP Version: 5.2.4
Roadmap Versions:
New Comment:
-Type: Bug
+Type: Feature/Change Request
In SVN default value of text_encoding is set to 'quoted-printable' now.
I've changed type to Feature Request for the last part of this request.
Previous Comments:
------------------------------------------------------------------------
[2007-11-17 04:25:47] cwiedmann
Description:
------------
In the $build_params for Mail_Mime::get():
text_encoding = Default is 7bit
text_charset = Default is iso-8859-1
That's not possible, because ISO-8859-1 is a 8bit encoding.
At the moment I have no patch, because I need a direction to do this:
- setting text_encoding to "8bit"
- setting text_encoding to "quoted-printable"
- setting text_charset to "US-ASCII"
An additional feature:
In case of setting text_charset to an other value then "US-ASCII", the
class should also be smart enough, to change the text_encoding from
"7bit" to "8bit" or "quoted-printable" automatically (if text_encoding
is not set).
Regards,
Carsten
------------------------------------------------------------------------