Hi,

I've written an extension that will parse rfc822/rfc2045 compliant email
messages and allow manipulation of the message parts.

The main points are:

. Based on modified maildrop librfc822 and librfc2045 (part of the courier
mail server)
. Low resource usage - all parsing is "incremental", using a small buffer to
stream the data though it
. Parsed data includes headers and file offsets for that part
. message part extraction automatically decodes quoted-printable, base64 and
uucode transfer encodings
. There are no dependencies on other libraries

It's just the ticket for web based email.

Should I commit it to PHP CVS?

--Wez.


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to