Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-11-11 | 1 | -9/+10 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-08-20 | 1 | -1/+1 |
| | |||||
* | Don't display SMIME signature as an attachment | Dan Vrátil | 2012-07-12 | 1 | -1/+3 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-06-25 | 1 | -1/+1 |
| | |||||
* | Reduce usage of g_type_class_peek_parent(). | Matthew Barnes | 2012-06-25 | 1 | -1/+0 |
| | | | | G_DEFINE_TYPE macros define a static "parent_class" variable. | ||||
* | Mail formatter rewrite | Dan Vrátil | 2012-06-06 | 1 | -0/+199 |
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. |