I have a strange problem.
I am building a webmail program on a site, using PEAR mimeDecode function to show the incoming mail on the server.
Everything is working just fine, except that when there is an attachment to the mail i am decoding in my inbox, i can't seam to find the mail's mime-part html body (i get only 2 parts in the parts array, 1 for the attached file and the other i can't recognize, but it isn't the html body of the mail.).
How can i show the html body of the mail if an attachment is included??????
Problem with PEAR mimeDecode
Moderator: General Moderators
Why dont you try any of Manuel Lemos classes ? It can be found in http://phpclasses.org .. pertty good classes there.