aboutsummaryrefslogtreecommitdiffstats
path: root/libemail-engine/mail-tools.c
Commit message (Collapse)AuthorAgeFilesLines
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-4/+4
|
* Adapt to CamelService API changes.Matthew Barnes2012-08-131-3/+8
| | | | | | camel_service_get_settings() is now camel_service_ref_settings() and it returns a new CamelSettings reference which the caller must release with g_object_unref().
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-191-0/+244
These libraries are bound for E-D-S so they live at the lowest layer of Evolution for now -- even libeutil can link to them (but please don't). This is the first step toward moving mail handing to a D-Bus service.