2003-02-24 06:51:29 +01:00
|
|
|
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.
|
|
|
|
|
2004-07-30 21:53:01 +02:00
|
|
|
WWW: http://pecl.php.net/package/mailparse
|