https://marco.org/2008/09/04/kylewritescode-i-need-a-robust-email-parsing
I need a robust email parsing library for PHP, ideally one that can handle multipart and plaintext messages, deal with proper decoding, etc. Any recommendations?
Absolutely do not use Zend::Mail. (I’ve previously discussed my feelings toward the Zend Framework.)
I haven’t found anything incredibly great yet, so I just use the PHP IMAP extension (based on c-client). It’s limited, but it works.