2bb153b448
PR: ports/59592 Submitted By: Thierry Thomas <thierry@pompo.net>
7 lines
351 B
Text
7 lines
351 B
Text
Mailparse is an extension for parsing and working with email messages.
|
|
It can deal with rfc822 and rfc2045 (MIME) compliant messages.
|
|
Mailparse is stream based, which means that it does not keep in-memory
|
|
copies of the files it processes - so it is very resource efficient
|
|
when dealing with large messages.
|
|
|
|
WWW: http://pear.php.net/package/mailparse
|