aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-printer.h
Commit message (Collapse)AuthorAgeFilesLines
* Convert e_mail_printer_print() to a proper async function.Matthew Barnes2013-05-111-6/+7
| | | | | | This adds a GAsyncReadyCallback and a closure to e_mail_printer_print(), and trades the "done" signal for e_mail_printer_print_finish() so that EMailPrinter is a little more reentrant.
* EMailPrinter cleanups.Matthew Barnes2013-05-101-19/+16
|
* Bug #692005 - Changing character encoding doesn't workMilan Crha2013-01-191-0/+2
|
* Bug #680164 - Print Preview action should open preview immediatellyDan Vrátil2012-07-191-1/+1
|
* Mail formatter rewriteDan Vrátil2012-06-061-6/+2
| | | | | | | | All mail-parsing and formatting code has been moved to em-format. Parsing is handeled by EMailParser class, formatting by EMailFormatter. Both classes have registry which hold extensions - simple classes that do actual parsing and formatting. Each supported mime-type has it's own parser and formatter extension class.
* WebKit port - port formatter and mail moduleDan Vrátil2012-03-291-0/+85