Summary | Mime viewer configuration ignored in thread view |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | jan (at) horde (dot) org |
Created | 03/24/2006 (7015 days ago) |
Due | |
Updated | 03/28/2006 (7011 days ago) |
Assigned | 03/28/2006 (7011 days ago) |
Resolved | 03/28/2006 (7011 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
be *very* resource intensive (i.e. imagine all messages are PGP
encrypted) - Thus the original design decision.
we could alleviate that, by delivering the page in chunks, or even by
showing the first message and then clickable headers to load the
others (via ajax if available). Rich functionality is going to be
expensive sometimes; if we're going to have features like this I think
we should go ahead and make them work the way users expect them to.
That said, I'm moving this back to Bogus and all of that can obviously
wait for specific threading enhancements both to the mailbox view and
the thread view. I have no problem with it waiting for the Horde 4
MIME library as well.
"conversations" like support, showing just the thread summary when
sorting by thread, then having a fuller-fledged thread view would be
essential.
*very* resource intensive (i.e. imagine all messages are PGP
encrypted) - Thus the original design decision.
Obviously, this could be an enhancement. But
#1) it should not be thedefault, and
#2) this should probably wait until the MIME library canbe rewritten anyway.
State ⇒ Feedback
like support, showing just the thread summary when sorting by thread,
then having a fuller-fledged thread view would be essential.
State ⇒ Not A Bug
that the thread view always shows the text part of
multipart/alternative messages, even if you configured the html
viewer to render inline.
$contents->findBody() instead of using MIME_Viewer). If I remember
correctly, this choice was explicitly made because the thread view was
meant to be a quick/easy way of looking through the thread rather than
a complete viewing solution for each message.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Mime viewer configuration ignored in thread view
Queue ⇒ IMP
State ⇒ Feedback
that the thread view always shows the text part of
multipart/alternative messages, even if you configured the html viewer
to render inline.