Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add CamelDebug to e_mail_parser_parse_sync | Dan Vrátil | 2012-06-27 | 1 | -0/+17 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-06-25 | 1 | -10/+10 |
| | |||||
* | Remove a leftover debug message | Dan Vrátil | 2012-06-07 | 1 | -3/+0 |
| | |||||
* | Mail formatter rewrite | Dan Vrátil | 2012-06-06 | 1 | -0/+693 |
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. |