#6155 closed enhancement (duplicate)
Allow viewing emails from a mailing list in the timeline
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | timeline | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
It would be very useful to track development discussion to be able to have emails on a certain list or on a certain topic viewed (just minimal summary - time, sender, subject, perhaps a fragment on text) as part of the TracTimeline, with links to the archived email (using mailman etc)
Attachments (0)
Change History (6)
comment:1 by , 17 years ago
Component: | general → timeline |
---|---|
Owner: | changed from | to
comment:2 by , 17 years ago
Interesting idea, but also agreed that this would work better as a plugin. +1 for wontfix
resolution.
comment:3 by , 17 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
… and what about a duplicate resolution? See #3140 :-)
comment:4 by , 17 years ago
comment:5 by , 17 years ago
Well, both tickets approach the same thing from different perspectives: how Trac can be better integrated with mailing lists, as a lot of development discussion also happen there.
So this ticket is more focused about the "advertising" of new emails by the way of timeline events, with a link to the archived email, whereas #3140 is a bit more focused on making the content of the mail directly available into Trac (eventually with some level of wiki rendering of the content, so that quoting and TracLinks get recognized).
I think an E-mail archive plugin for Trac should do both, hence the redirection to #3140. And the DrProject module for mail integration does indeed both (see mail/web_ui.py and mail/templates/mail_view.html).
It looks like as a good candidate for a plugin
As Trac won't implement it's own ML engine, this feature would probably rely on a third party ML engine and be somewhat dedicated to this engine, hence a plugin implementation.
Propose as wontfix; you can add this feature request to the 'request-a-hack' list on http://trac-hacks.org once it is up-and-running again (mid of October '07).