Page 1 of 1

Handling MIME Emails

Posted: Tue Apr 08, 2008 5:12 pm
by Parody
I'm writing an email organisation program, but I would like to use a pre-made MIME parser. Could someone please point me in the direction of a function or class which outputs html from the email headers. This must have already been done by someone so why waste time doing work that's already been done?

All help will be appreciated :D

(Sorry if this is the wrong forum for this sort of topic, this made the most sense)

Re: Handling MIME Emails

Posted: Tue Apr 08, 2008 6:38 pm
by Christopher
Have you searched places like phpclasses.org, sourceforge.net, etc.?

Re: Handling MIME Emails

Posted: Wed Apr 09, 2008 5:12 pm
by Parody
Yes, but all they provide is arrays full of code which isn't html. Could you please quickly explain how to get html from MIME? I understand php has some built in functions for mail handling, but I couldn't understand how to use those either. A quick explanation would be really appreciated :D