aboutsummaryrefslogtreecommitdiffstats
path: root/em-format/e-mail-formatter-text-html.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug #686212 - Cannot print html mails with defined <style>Milan Crha2012-11-261-12/+24
|
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-1/+1
|
* Fix all 'may be used uninitialized' compiler warningsDan Vrátil2012-08-201-0/+2
|
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-1/+1
|
* Bug #515004 - Allow toggling between text and HTML view of mailDan Vrátil2012-06-261-1/+2
|
* Coding style and whitespace cleanup.Matthew Barnes2012-06-251-1/+1
|
* Reduce usage of g_type_class_peek_parent().Matthew Barnes2012-06-251-1/+0
| | | | G_DEFINE_TYPE macros define a static "parent_class" variable.
* Mail formatter rewriteDan Vrátil2012-06-061-0/+376
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.