aboutsummaryrefslogtreecommitdiffstats
path: root/em-format/e-mail-formatter-utils.h
Commit message (Collapse)AuthorAgeFilesLines
* e_mail_formatter_format_header: Split the header param.Matthew Barnes2013-06-071-1/+2
| | | | | | Split the _camel_header_raw struct parameter into separate "header_name" and "header_value" string parameters, which is all the function actually needs to work.
* e_mail_formatter_format_header: Remove unused CamelMedium param.Matthew Barnes2013-06-071-1/+0
|
* e-mail-formatter-utils.c cleanups.Matthew Barnes2013-02-071-2/+2
|
* Make EMailPartList thread-safe.Matthew Barnes2012-12-081-2/+2
| | | | | | 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 #670876 - Missing mnemonics for buttons for vcard attached to emailDan Vrátil2012-06-081-1/+5
|
* Mail formatter rewriteDan Vrátil2012-06-061-0/+56
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.