Date: 01/06/00
- Next message: Cullin Wible: "[PHP-DEV] Comments on Bug# 2524"
- Previous message: Dan Libby: "[PHP-DEV] PHP templating solution?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I noticed quite a few people with php-mime-web-email systems were
not actually viewing mimed attachments correctly, and I had to build one
myself as well...
What I ended up with is a short function that recurses through the
email structure, and pulls out all attachments, the imap_fetch_ids, and
all encapsulated forwarded headers. I also made a short regexp to format
this header file into an object with keys like Date, From, To, etc,
etc...
I wonder if this is worth actually putting in the php source, since
anyone with an email system can use, and will probably need this for
mime enabled email applications. I'd appreciate any input, here is the
script now, the source, and the imap-mime-crash-test:
http://pelchior.dyndns.org/mail/mail.html
-- note, this is all in php now....
it's unformatted, and I don't actually deal with a specific encoding
type, subtype, since that is completely up to the user...
Thanks,
Justin
-- 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: Cullin Wible: "[PHP-DEV] Comments on Bug# 2524"
- Previous message: Dan Libby: "[PHP-DEV] PHP templating solution?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

