Ondrej Brablc said:
>> SquirrelMail depends on the bodystructure information provided by the
>> imap
>> server. This bodystructure contains the mime structure of a message.
>> ...
>> In your case the bodystructure tells us we should fetch the 3e mime part
>> in the message but when we fetch it it appears to be non existent.
>> ...
>> If you want I can verify it for you. You need to post the bodystructure
>> of
>> the message which can be retrieved as follows:
>
> Here is the body structure retrieved using telnet but without UID prefix
> which does not seem to work properly on this server.
>
> * 6 FETCH (BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL
> "quoted-printable" 186 9 NIL NIL NIL)("text" "html" ("charset"
> "iso-8859-1") NIL NIL "quoted-printable" 869 21 NIL NIL NIL)("TEXT"
> "PLAIN" NIL NIL NIL "7bit" 4 2 NIL NIL NIL) "alternative" ("boundary"
> "----=_NextPart_000_0005_01C38FE1.A9DD44D0") NIL NIL))
>
The bodystructure looks valid to me.If you do not default show html messages then body part 1 and 3 should be showed. The error you reported was about the non existence of body part 3. The bodystructure however tells us that the mime message contains 3 parts, namely: 1: text/plain 2: text/html 3: text/plain And the content type of the rfc822 header is multipart/alternative. If your imap server doesn't want to show the 3e part then it's broken. Can you tell us what imap server type and version you are using? Regards, Marc Groot Koerkamp. ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
