Problem with PEAR mimeDecode

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
eytanchen
Forum Newbie
Posts: 1
Joined: Mon May 24, 2004 4:41 am

Problem with PEAR mimeDecode

Post by eytanchen »

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??????
k_a_a
Forum Newbie
Posts: 9
Joined: Tue Jan 06, 2004 8:31 pm

Post by k_a_a »

Why dont you try any of Manuel Lemos classes ? It can be found in http://phpclasses.org .. pertty good classes there.
Post Reply