Decoding MIME Email Messages

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
deadmantyping
Forum Newbie
Posts: 1
Joined: Fri Oct 17, 2008 10:31 am

Decoding MIME Email Messages

Post by deadmantyping »

I am creating an internal help desk ticketing system at work and need to give the illusion that users can send emails to the system. I have successfully set up IMAP access and can retrieve the body of the email, but it needs decoded from MIME. I cannot find a simple solution to this. Any help is appreciated.
Post Reply