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?
I use a hacked version of this php class:
http://www.phpclasses.org/browse/package/1120.html
