aboutsummaryrefslogtreecommitdiffstats
path: root/em-format/e-mail-stripsig-filter.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename libemformat to libevolution-mail-formatter.Matthew Barnes2013-05-281-2/+2
| | | | | | To make Evolution's shared libraries more consistent. Also add an evolution-mail-formatter documentation module.
* Mail formatter rewriteDan Vrátil2012-06-061-0/+69
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.