I\'m trying to pipe my incoming mails to a PHP script so I can store them in a database and other things. I\'m using the class MIME E-mail message parser (registration requi
Use php native function
This function can handle utf8 as well as iso-8859-1 string. I have tested it.