aboutsummaryrefslogtreecommitdiffstats
path: root/em-format/e-mail-parser.c
Commit message (Collapse)AuthorAgeFilesLines
* Address couple issues found by a Coverity scanMilan Crha2012-11-301-1/+1
|
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-15/+27
|
* Replace deprecated GLib symbols (as of GLib 2.34.x)Milan Crha2012-11-061-8/+5
|
* Fix all 'may be used uninitialized' compiler warningsDan Vrátil2012-08-201-0/+2
|
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-4/+4
|
* Bug #680123 - Freeze on message/disposition-notification email parsingDan Vrátil2012-07-181-1/+1
|
* Add CamelDebug to e_mail_parser_parse_syncDan Vrátil2012-06-271-0/+17
|
* Coding style and whitespace cleanup.Matthew Barnes2012-06-251-10/+10
|
* Remove a leftover debug messageDan Vrátil2012-06-071-3/+0
|
* Mail formatter rewriteDan Vrátil2012-06-061-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.