aboutsummaryrefslogtreecommitdiffstats
path: root/em-format/e-mail-part-attachment.c
Commit message (Collapse)AuthorAgeFilesLines
* Convert EMailPart to a GObject.Matthew Barnes2013-05-201-8/+139
| | | | | EMailPart is reference-counted, subclassed, and allows a custom finalize function. There's no excuse for it not to use GObject.
* Add e_mail_part_attachment_ref_attachment().Matthew Barnes2013-05-201-0/+9
|
* Mail formatter rewriteDan Vrátil2012-06-061-0/+30
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.