Email Parser
This class is designed to parse raw emails into logical parts including the header, content, to, from, subject, and file attachments. It also parses the various message types including HTML and Plain text messages.
Visit publisher site: Email ParserListing Details
- Version:
- 1.0.0
- Filed in:
-
Scripts / PHP / Scripts & Programs / Email Systems / Email Utilities
- Submitted on:
- Last Updated:
- Feb 11, 2009
- Publisher:
- Joshua Gilman Other listings by this publisher
License & Pricing Information
LICENSE #1
- License Type:
- GPL
- Price:
- $0.00 USD
- Additional Info:
User Reviews
Add/Edit Your ReviewDisplaying 1-1 out of 1 reviews
-
Will not parse or output a non-MIME email eg one sent from 'mail($to, $from, $message)' with no headers section. Some attachments will not be parsed. Some emailers use filename="pic.gif" but some use filename=pic.gif. The latter would be ignored by this script. Some emailers change their boundary type for seperating attachments. These would be ignored by this script. Should use stripos===0 to detect "--" when parsing multiple attachments. Thanks, Lee.