[PHP] MIME Decoding of a string

2001-05-14 Thread Jeroen Geusebroek
Hi Guys, I've been struggeling with this for a while but can't seem to find any code that will decode a string MIME encoded. I found one class but it also didn't do what i want. Coding this myself is probably WAY above my head ;P ie. i have this string:

Re: [PHP] MIME Decoding of a string

2001-05-14 Thread mark
Jeroen Geusebroek [EMAIL PROTECTED] wrote: The reason i need this, is because i am creating a message archive similair to Geocrawler and MARC and it's quite irratating to not be able to decode messages when they are mime encoded. Take a look at my project: http://www.webgadgets.com/phpost

Re: [PHP] MIME Decoding of a string

2001-05-14 Thread Jeroen Geusebroek
Mark Wrote: Take a look at my project: http://www.webgadgets.com/phpost It's a webmail app but it includes code to fully parse MIME messages, including quoted printable encoding, etc. It uses no third party libraries or classes, only functions that are native to PHP. I am about to release