Sep 04 2008 ∞
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.
All original content is licensed under the Creative Commons Attribution 3.0 U.S. License except that which is quoted from elsewhere or attributed to others. In short, you may reproduce, reblog, and modify my content, but you must provide proper attribution.