aboutsummaryrefslogtreecommitdiffstats
path: root/em-format/e-mail-part-utils.c
Commit message (Collapse)AuthorAgeFilesLines
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-5/+5
|
* Mail formatter rewriteDan Vrátil2012-06-061-0/+546
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.