Problem with PEAR mimeDecode
Posted: Mon May 24, 2004 4:41 am
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??????
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??????