Handling MIME Emails

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Parody
Forum Contributor
Posts: 252
Joined: Fri May 06, 2005 7:06 pm
Location: Great Britain

Handling MIME Emails

Post 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)
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Handling MIME Emails

Post by Christopher »

Have you searched places like phpclasses.org, sourceforge.net, etc.?
(#10850)
Parody
Forum Contributor
Posts: 252
Joined: Fri May 06, 2005 7:06 pm
Location: Great Britain

Re: Handling MIME Emails

Post 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
Post Reply