Re: MIME manbipulation bug?
Jason L Tibbitts III <[email protected]> 23 Nov 2006 09:47:17 -0600
| Newsgroups | gmane.mail.majordomo.majordomo2.devel |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "RBAK" == Roger B A Klorese <[email protected]> writes: RBAK> I've noticed that when discarding html attachments from a RBAK> Content-Type: multipart/related part, the relationship is RBAK> broken, and the Content-Type should be changed to RBAK> multipart/mixed. but isn't. There's no attempt to change the Content-Type except when the message goes from multipart to single-part. I'm not sure we're supposed to; the individual parts in a multipart/related container can have Content-Disposition headers, and if these don't specify that the images should be inline then they aren't going to be displayed inline once the HTML bit that references the images is striped. That would be the case even if we changed the Content-Type. - J<