Email: Parse Mail
Frank Rust (contact me)
This class can parse an e-mail message to extract its headers and body parts.
It extracts the values of common types of headers. The message text body and attachment parts are cut out of the mail text. Parts encoded with base64 method are automatically decoded.
There is a simple example included to get incoming mail directly from sendmail (or equivalent) and post it to a web application.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Sufficient (60.0%)
| Sufficient (70.0%)
| -
| Sufficient (65.0%)
| -
| -
| Not sure (43.5%)
| 1552 |
Click here for detailed information about this class on phpclasses.org
Example
Part two of example