Kyle Bragger

Hi. I'm Kyle Bragger. I make Forrst. You should follow me on Twitter here.

September 4, 2008 at 12:12pm
home

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?

Notes

  1. nqa reblogged this from kylewritescode and added:
    hacked version of this php class: http://www.phpclasses.org/browse/package/1120.html
  2. ajcronk reblogged this from kylewritescode and added:
    similar problem with...turned to Python. Use email.Parser. I wrote http://lilsnaps.com in...
  3. marco reblogged this from kylewritescode and added:
    Absolutely do not use Zend::Mail. (I’ve previously discussed my feelings toward the Zend Framework.)
  4. kylewritescode posted this