Maxime Thonon wrote:

hello,

i work with imap and php to make a webmail. it works fine but i have a
big problem with some mails, those who contains a multipart into a
multipart. it happends with outlook express who puts into a mutlipart
the text and html version of the text into the first part of the mail.
an other case is when i forward a mail, the whole mail is fully
contained into a part of the mail. the problem is that with the imap
commands i cannot access into these parts to retrieve their contents. if
someone could help me !


Haven't played around with imap functions of late so I cannot comment on the 'not being able to access into these parts'. However if indeed you are having trouble with it you could look elsewhere for parsing help. You could perhaps retrieve the whole body and give it to the Mail_mime module (available as an extension or as a pear module) to have a go.


thx

        --maxime--





--
Raditha Dissanayake.
------------------------------------------------------------------------
http://www.radinks.com/sftp/         | http://www.raditha.com/megaupload
Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader
Graphical User Inteface. Just 128 KB | with progress bar.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to