Display certain attachments nested inline, indenting
for each level deeper you drill down - this way both a
forwarded message and the forwarder's comments can be
read at the same time, for instance. Sample screenshot
from Evolution attached.
Do the SourceForge widgets work? Testin, 1, 2, 3...
This should probably be implemented by the creation of a
viewMessage class that could be recursively called on all
message/rfc822 attachments to display them inline.
In fact, we could actually read the Content-Disposition:
inline header and inline all of those as well.
I think the easiest way is to have a global expand/contract
(default to save on initial download time) button,
otherwise trying to keep track of what bits you're showing
over stateless http might become a nightmare?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Screenshot of this feature as implemented by Evolution
Logged In: YES
user_id=155859
Do the SourceForge widgets work? Testin, 1, 2, 3...
This should probably be implemented by the creation of a
viewMessage class that could be recursively called on all
message/rfc822 attachments to display them inline.
In fact, we could actually read the Content-Disposition:
inline header and inline all of those as well.
I think the easiest way is to have a global expand/contract
(default to save on initial download time) button,
otherwise trying to keep track of what bits you're showing
over stateless http might become a nightmare?