aboutsummaryrefslogtreecommitdiffstats
path: root/em-format/e-mail-formatter-quote.h
Commit message (Collapse)AuthorAgeFilesLines
* EMailFormatterQuoteExtension: Don't be cute with struct declarations.Matthew Barnes2013-07-071-2/+10
| | | | | Declare the instance and class structs normally so Gtk-Doc can make sense of it.
* Define GEnumClass types for mail formatter/parser enums.Matthew Barnes2013-06-051-6/+0
|
* Rename libemformat to libevolution-mail-formatter.Matthew Barnes2013-05-281-1/+0
| | | | | | To make Evolution's shared libraries more consistent. Also add an evolution-mail-formatter documentation module.
* Add EMailFormatterQuoteExtension.Matthew Barnes2012-12-081-6/+29
| | | | | This is an abstract base type for formatter extensions which are intended only for use by EMailFormatterQuote.
* Mail formatter rewriteDan Vrátil2012-06-061-0/+79
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.