Commit Graph

7 Commits

Author SHA1 Message Date
a5bbf35da5 Fix all 'may be used uninitialized' compiler warnings 2012-08-20 13:06:23 +02:00
c85109fc32 Coding style and whitespace cleanup. 2012-08-19 14:17:55 -04:00
0512391cc3 Bug #680123 - Freeze on message/disposition-notification email parsing 2012-07-18 15:12:08 +02:00
ca9dfde2c3 Add CamelDebug to e_mail_parser_parse_sync 2012-06-27 11:04:32 +02:00
cc8bf823ec Coding style and whitespace cleanup. 2012-06-24 20:31:43 -04:00
bdf653416b Remove a leftover debug message 2012-06-07 09:32:50 +02:00
5b8340563c Mail formatter rewrite
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.
2012-06-06 15:27:19 +02:00