Marco.org

I’m : a programmer, writer, podcaster, geek, and coffee enthusiast.

kylewritescode:

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.