Possible Printing Features
This area is for listing all the possible features relating to printing that an email program might implement. OSAF staff will use this list to determine which features should go into which release(s).
- print body and header of single received message
- print body and header of single sent message
- print bodies and headers of collection of messages
- print selected text of a message
- print list of messages
- print message before being sent
- print with template (see comment below)
- select which (if any) headers to print
- template-based printing
--
ChaoLam - 10 Jan 2003
--
DuckySherwood - 04 Mar 2003
--
PhilipTrauring - 05 Mar 2003
Print with template: basically, a way to customize how e-mails (or other data sets) print
out. I might want specific headers to be printed, if I have a color
printer I might want certain things highlighted in certain colors, and
I might want to only print a certain portion of e-mails.
For example, and this is gibberish not some printing script which
presumably exists somewhere:
<header bgcolor="red">from,to,reply-to,subject</header>
<body>first(text,10)</body>
<footer>date,time</footer>
The header of each email would have a red background and contain the
to, from, reply-to and subject lines. The body of the e-mail would only contain the first 10 lines of the e-mail. The footer of each e-mail would contain the time and date of the e-mail. This is simplistic - the real templates would have to be more sophisticated, but you get the general idea. This could be useful for printing a single e-mail, or printing a large set of e-mails (where you want to insure the length of the set is not too long).
(added by
DuckySherwood from an email message from
PhilipTrauring, with Philip's permission)