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