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

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/p