aboutsummaryrefslogtreecommitdiffstats
path: root/em-format/e-mail-formatter-quote.c
Commit message (Collapse)AuthorAgeFilesLines
* BR is not a "pair" HTML elementMilan Crha2012-09-111-2/+2
|
* Bug #680331 - Crash when replying to a messageDan Vrátil2012-08-031-3/+10
|
* Bug #680535 - Reply to message with text attachments formats them inlineDan Vrátil2012-08-011-1/+1
|
* Coding style and whitespace cleanup.Matthew Barnes2012-06-251-8/+8
|
* Bug #677673 - Reply contains quoted top headersDan Vrátil2012-06-151-0/+5
|
* Mail formatter rewriteDan Vrátil2012-06-061-0/+224
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.