| Summary | alternative part not displayed |
| Queue | IMP |
| Queue Version | HEAD |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | Michael Slusarz <slusarz (at) horde (dot) org> |
| Requester | vilius (at) lnk (dot) lt |
| Created | 03/08/2006 (1214 days ago) |
| Due | |
| Updated | 11/19/2008 (227 days ago) |
| Assigned | 11/08/2008 (238 days ago) |
| Resolved | 11/19/2008 (227 days ago) |
| Attachments | LNK_naujienra__tis.eml ![]() VMI_primena.eml ![]() |
| Milestone | 5.0 |
| Patch | No |
State ⇒ Resolved
State ⇒ Assigned
fixed before 5.0.
rendering is turned off by default in IMP. And this bug is serious
enough with that setting.
Bug 4073.Priority ⇒ 1. Low
State ⇒ Stalled
this message with the current status of the code without breaking
display of another message.
State ⇒ Assigned
(or any other method) to access it. In this case I get a link with a
part, but as I said I get only empty file. This is definetely not right.
is turned off.
IMP displays only a link to multipart/alternative and if you click
on it, IMP downloads an empy file.
displayed inline. Probably we're tripped up by the
multipart/alternative, but since it only has one part, not much else
we can do if you've turned off display of that part.
current MIME rendering code) without either breaking BC and/or without
breaking rendering of other messages.
New Attachment: VMI_primena.eml
is turned off.
IMP displays only a link to multipart/alternative and if you click on
it, IMP downloads an empy file.
Taken from Chuck Hagenbuch
State ⇒ Feedback
Assigned to Chuck Hagenbuch
State ⇒ Assigned
configuration of the plain viewer in mime_drivers.php?
by Thunderbird. And also, I personally asked Michael a couple of
months ago is it correct, and he said it is.
good logic for figuring out if a multipart/* part is "displayable" -
we assume we'll find something in it to display, even if that ends up
not being the case.
Thunderbird. And also, I personally asked Michael a couple of months
ago is it correct, and he said it is.
don't see the alternative display because the text part isn't
displayed, and that's where the alternative text would be.
I think the problem may be that the 2nd part isn't text/html, it's
multipart/related, so when we're looking at what we can display, we
see text/plain vs. multipart/related and we blindly go with the
multipart/related. Then we get there and inline html is off, so we
don't have anything to display.
Michael, that sound right? Any idea what we can do about it?
think IMP must keep access to HTML part somewhere (e.g. in
alternative part/attachment list).
'alternative_display'.
Can IMP then show plain part inline if HTML is disabled? And I still
think IMP must keep access to HTML part somewhere (e.g. in alternative
part/attachment list).
behavior of other email clients much more closely for alternative
parts; we show the richest one we can, and ignore the others. I see
the HTML part just fine if I have html inline turned on.
attachment.
2 weeks (or so) before it was shown like plain/text message with
alternative html/text part.
State ⇒ Feedback
Summary ⇒ alternative part not displayed
New Attachment: LNK_naujienra__tis.eml
Type ⇒ Bug
State ⇒ Unconfirmed
Priority ⇒ 3. High
Queue ⇒ IMP
recent CVS. Example message attached.