Open
Bug 352776
Opened 18 years ago
Updated 7 months ago
Copy header / summary / address info from selected mail messages
Categories
(Thunderbird :: Folder and Message Lists, enhancement)
Thunderbird
Folder and Message Lists
Tracking
(Not tracked)
NEW
People
(Reporter: waynegwoods, Unassigned)
References
(Blocks 2 open bugs)
Details
(Keywords: parity-Outlook)
This is a Thunderbird equivalent of bug 177740. Or very similar, anyway.
I'd like to be able to copy select messages in the main message window, and have the header info, or some sort of summary list for each, added to the clipboard as a unicode text flavour. This is handy for people trying to generate summaries of their mail received.
There's at least a couple of possibilities here...
In Apple's Mail client, the basic header info for each message is copied. One header entry per line (Subject, From, To, etc.). So the copy for each message spans multiple lines.
In Eudora, I believe, it copies a one-line summary that matches the current header pane view. So the info copied is entirely dependent on what your view prefs are.
Both have their benefits. I'm currently leaning towards the former.
Reporter | ||
Comment 1•18 years ago
|
||
I've worked a bit on the code for this already. I found it was easy enough to enable copy for the threadpane, and to add something to the clipboard for each selected message.
That just leaves generating the header info to be added.
Is there already a function to generate a text summary of basic header info for a given message? Something like the table that's added to the top of all forward-inline messages, but as text with newlines instead of table rows.
If not, a suggestion of the best approach to this would be greatly appreciated! I could probably emulate a lot of the code forward-inline header table code, but maybe there's a better way.
Thanks :)
Updated•16 years ago
|
Assignee: mscott → nobody
Comment 2•15 years ago
|
||
In Outlook, the Eudora approach is followed.
This is convenient, as one can export easily into a spreadsheet program.
See Also: → https://launchpad.net/bugs/429854
Updated•2 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Blocks: Outlook-Parity
Component: Mail Window Front End → Folder and Message Lists
See Also: → 167010
Summary: Copy header /summary info from selected mail messages → Copy header / summary / address info from selected mail messages
Keywords: parity-Outlook
You need to log in
before you can comment on or make changes to this bug.
Description
•