aboutsummaryrefslogtreecommitdiffstats
path: root/em-format/e-mail-part-utils.c
Commit message (Collapse)AuthorAgeFilesLines
* Address couple issues found by a Coverity scanMilan Crha2012-11-301-0/+1
|
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-7/+11
|
* Encode also message_uid in e_mail_part_build_uri()Milan Crha2012-10-191-2/+5
| | | | | | This reverts commit 7050a1286825, which broke opening of IMAP message. It's also the correct solution for the initial issue, because the message_uid can contain letters which should be encoded in the URI.
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-5/+5
|
* Mail formatter rewriteDan Vrátil2012-06-061-0/+546
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.