[horde] message/rfc822 inline?
Jason Parsons
jparsons-lists at saffron.net
Wed Mar 24 11:44:09 PST 2004
> It does. And it did so for a long time, as long as the attachment
> disposition is set to "inline".
I'm having trouble with the inlining of a message structured as so:
1. multipart/mixed
1.1. text/html
1.2. message/rfc822
1.2.1. multipart/alternative
1.2.1.1. text/plain
1.2.1.2. text/html
The first text/html is inlined, but the mutilpart/alternative message
is not inlined. I've included the MIME framework from an example
message below.
I would appreciate any guidance on how to make this message inline, or
what might be wrong with the MIME that's causing it to not inline.
Thank you.
- Jason Parsons
---
> Content-Type: multipart/mixed;
> boundary="----0_=_-c905e04ue3-W85LkfK2f1=_EtR6p"
>
> ------0_=_-c905e04ue3-W85LkfK2f1=_EtR6p
> Content-Type: text/html
> Content-Disposition: inline
>
> <HTML>
> - This HTML message is shown inline in IMP.
> </HTML>
>
>
> ------0_=_-c905e04ue3-W85LkfK2f1=_EtR6p
> Content-Type: message/rfc822
> Content-Disposition: inline
>
> Content-Type: multipart/alternative;
> boundary="MIMEBoundary3467548fea01cf007ebc0
> c46039baf9d"
>
> --MIMEBoundary3467548fea01cf007ebc0c46039baf9d
> Content-Type: text/plain;
> charset="ISO-8859-1"
> Content-Transfer-Encoding: 8bit
>
> ... This text is not inlined in IMP.
>
> --MIMEBoundary3467548fea01cf007ebc0c46039baf9d
> Content-Type: text/html;
> charset="ISO-8859-1"
> Content-Transfer-Encoding: 8bit
>
> <html>
> This HTML is not inlined in IMP.
> </html>
>
>
> --MIMEBoundary3467548fea01cf007ebc0c46039baf9d--
>
> ------0_=_-c905e04ue3-W85LkfK2f1=_EtR6p--
>
More information about the horde
mailing list