icaine / php-mime-mail-parser

Automatically exported from code.google.com/p/php-mime-mail-parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Decoding header mime

GoogleCodeExporter opened this issue · comments

Hi,

Why don't you call something like iconv_mime_decode 
(http://fr.php.net/manual/en/function.iconv-mime-decode.php) before returning 
headers in the getHeaders method, because I'm getting stuffs like « 
=?iso-8859-1?b?QXBy6HM=?= midi jeux
 » using your lib.

Greg

Original issue reported on code.google.com by g.passa...@gmail.com on 15 Sep 2011 at 1:57