Currently I\'m using the PEAR library\'s mimeDecode.php for parsing incoming emails. It seems to have a lot of issues and fails to decode a lot of messages, so I\'d like to
I forked the php-mime-mail-parser to correct all the issues : Fork of php-mime-mail-parser
More than 52 tests and 764 assertions Code Coverage : 100% lines, 100% Functions and Methods, 100% Classes and Traits
You need the PECL Package MailParse to use it but the wrapper is without issue and fully tested.