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?
Hi. I'm Kyle Bragger. I am CTO of Cork’d. I also founded Forrst. You should follow me on Twitter here.
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?
hacked version of this php class: http://www.phpclasses.org/browse/package/1120.html
similar problem with...turned to Python. Use email.Parser. I wrote http://lilsnaps.com in...
Absolutely do not use Zend::Mail. (I’ve previously discussed my feelings toward the Zend Framework.)