aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/evolution-mail-formatter
Commit message (Collapse)AuthorAgeFilesLines
* EMailFormatter: Remove the header API.Matthew Barnes2013-06-081-11/+0
| | | | Use the EMailPartHeaders API instead.
* Add e_mail_part_headers_ref_print_model().Matthew Barnes2013-06-081-0/+3
| | | | | | | | Returns a GtkTreeModel of header names and values and visibility flags, built from the CamelMimeMessage. The tree model rows can be reordered and toggled prior to printing. Also add e_mail_part_headers_is_default() as a handy helper.
* EMailPartHeaders: Add a "default-headers" property.Matthew Barnes2013-06-081-0/+2
| | | | | | | | | This will replace the headers API in EMailFormatter. Need a more permanent place for headers since EMailFormatter is too disposable. Also add an ESettingsMailPartHeaders class, which binds the new property to the "show-headers" setting with a suitable mapping function to filter out disabled header names.
* EMailPart: Add "part-list" property.Matthew Barnes2013-06-061-0/+2
| | | | | | | | | | This is a weak reference to the EMailPartList to which the EMailPart has been added. The property is set by e_mail_part_list_add_part(). New functions: e_mail_part_ref_part_list() e_mail_part_set_part_list()
* Define GEnumClass types for mail formatter/parser enums.Matthew Barnes2013-06-052-1/+2
|
* Rename libemformat to libevolution-mail-formatter.Matthew Barnes2013-05-285-0/+523
To make Evolution's shared libraries more consistent. Also add an evolution-mail-formatter documentation module.