Date: 03/27/01
- Next message: Wez Furlong: "[PHP-DEV] (apparently) leaky zend"
- Previous message: Adam Dickmeiss: "Re: [PHP-DEV] non-thread-safe yet pthreads-friendly build of PHP?"
- In reply to: Jani Taskinen: "Re: [PHP-DEV] RC3?"
- Next in thread: Wez Furlong: "[PHP-DEV] (apparently) leaky zend"
- Reply: Wez Furlong: "[PHP-DEV] (apparently) leaky zend"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Wez Furlong: "[PHP-DEV] (apparently) leaky zend"
- Previous message: Adam Dickmeiss: "Re: [PHP-DEV] non-thread-safe yet pthreads-friendly build of PHP?"
- In reply to: Jani Taskinen: "Re: [PHP-DEV] RC3?"
- Next in thread: Wez Furlong: "[PHP-DEV] (apparently) leaky zend"
- Reply: Wez Furlong: "[PHP-DEV] (apparently) leaky zend"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

