PHP Classes

problem in multipart/alternative messages

Recommend this page to a friend!

      IMAP  >  All threads  >  problem in multipart/alternative...  >  (Un) Subscribe thread alerts  
Subject:problem in multipart/alternative...
Summary:body message is shown two time
Messages:4
Author:muhammad arslan ali
Date:2007-01-23 12:37:44
Update:2012-03-30 07:50:37
 

  1. problem in multipart/alternative...   Reply   Report abuse  
Picture of muhammad arslan ali muhammad arslan ali - 2007-01-23 12:37:44
i am getting multipart/alternative content type.

after calling $mimedecoder->get_parsed_message(); i am getting message written tow times.

In your code you have not handled multipart/alternative

can you please tell me how resolve this issue, or i have to write by my self multipart/alternative decoding


  2. Re: problem in multipart/alternative...   Reply   Report abuse  
Picture of Stanlay Stanlay - 2010-11-04 21:28:27 - In reply to message 1 from muhammad arslan ali
First of all.. thanks for this very usefull php-class.

i've got the same problem with multipart messages.. is ther a solution for this problem? Please help and reply..

thanks a lot

Stanlay

  3. Re: problem in multipart/alternative...   Reply   Report abuse  
Picture of Stanlay Stanlay - 2010-11-13 19:02:30 - In reply to message 2 from Stanlay
is there no solution to solve this problem??? Please give us a feedback..

  4. Re: problem in multipart/alternative...   Reply   Report abuse  
Picture of Anders Jenbo Anders Jenbo - 2012-03-30 07:50:37 - In reply to message 3 from Stanlay
This is the imap class you are commenting on, you should try the mimedecoder class instead as that is what you are having the issue with.