aboutsummaryrefslogtreecommitdiffstats
path: root/em-format/e-mail-part-list.h
Commit message (Collapse)AuthorAgeFilesLines
* Bug #689787 - Prefer-plain can hide message body for composerMilan Crha2013-09-271-0/+1
|
* Make EMailPartList thread-safe.Matthew Barnes2012-12-081-19/+21
| | | | | | Exposing data members in the public struct is unwise, especially when EMailPartList is used from multiple threads. Instead keep the members private and provide a set of thread-safe functions to manipulate them.
* Bug #678834 - [prefer-plain] Setting change works only after restartDan Vrátil2012-06-271-4/+0
|
* Bug #677608 - Fails to open message which is not yet downloadedDan Vrátil2012-06-181-3/+10
|
* Mail formatter rewriteDan Vrátil2012-06-061-0/+76
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.