Hey folks,
I'm in need of a class/function/script that can decode an email (I have a script on the mail server that pushes the stdin as $stdin to a php page on another server). So what I have is the full email as one big var (which I can split on \r\n normally), it's the same message.
Ok, now that I dispensed with the "I'm not a newbie" intro, I was wondering if anyone knows of a script that can take this message and decode it, I'm stuck at trying to parse it if it's mime/multipart since I'm not familiar with the RFC and don't have time to become a mime expert today
TIA for any help,
Stephen VanDyke