Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add EMailFormatterPrintExtension. | Matthew Barnes | 2012-12-08 | 1 | -5/+28 |
| | | | | | This is an abstract base type for formatter extensions which are intended only for use by EMailFormatterPrint. | ||||
* | Mail formatter rewrite | Dan Vrátil | 2012-06-06 | 1 | -0/+63 |
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. |