Summary | View thread feature |
Queue | IMP |
Queue Version | HEAD |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | Horde Developers (at) , slusarz (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 08/19/2004 (7729 days ago) |
Due | |
Updated | 08/23/2004 (7725 days ago) |
Assigned | 08/19/2004 (7729 days ago) |
Resolved | 08/23/2004 (7725 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
that shows the content of all messages of the thread this message
belongs to. I think Gmail has a similar feature now.
There are probably a lot of ways to implement such a feature, but I
thought the easiest and fastest solution would be to get all messages
from this thread, construct a single multipart message from them and
render the result with the regular multipart mime viewers.
I am not sure what state my patch had when I worked on it the last
time, but IIRC it only showed the headers of the mime parts (single
messages), but not the bodies and I wasn't able to find out why.
State ⇒ Accepted
more of a description of what needs to be accomplished?)
Assigned to
State ⇒ Assigned
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ View thread feature
Queue ⇒ IMP
complete thread of a message at once. Unfortunately this didn't work
as expected and I'm having a hard time to find out why. Maybe someone
else (Michael? :-)) can see where I stuck.