Does anyone know the best method for quickly extracting the various parts
of an email message read from /dev/stdin, say into an array?

Basic functionality is to strip out everything (including headers) except
for plain/text data, but, ultimately I may want to work with binary and/or
html attachments.

Thanks!



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to