aboutsummaryrefslogtreecommitdiffstats
path: root/em-format/e-mail-inline-filter.h
Commit message (Collapse)AuthorAgeFilesLines
* [text/plain parser] Use original part when nothing found inlineMilan Crha2012-09-131-1/+2
| | | | | | | This way the view corresponds to the original part properties, not those stripped by the inline filter. Also initialize EMailInlineFilter::filename on creation of the structure, thus the value is actually used on the subparts, if needed.
* Mail formatter rewriteDan Vrátil2012-06-061-0/+82
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.