aboutsummaryrefslogtreecommitdiffstats
path: root/libemail-engine/e-mail-store-utils.c
Commit message (Collapse)AuthorAgeFilesLines
* Add e_mail_store_go_offline_sync().Matthew Barnes2013-07-191-20/+32
| | | | Mostly for symmetry with e_mail_store_go_online_sync().
* Add e_mail_store_go_online_sync().Matthew Barnes2013-07-191-17/+32
| | | | Need for new mail_folder_cache_note_store() implementation.
* e-mail-store-utils.c cleanups.Matthew Barnes2013-07-191-57/+61
|
* Adapt to CamelService API changes.Matthew Barnes2012-05-201-7/+6
| | | | | | em_utils_connect_service_sync() and em_utils_disconnect_service_sync() are no longer needed. CamelService itself now effectively does what these functions were doing.
* Use g_simple_async_result_set_check_cancellable().Matthew Barnes2012-05-131-0/+8
| | | | Always call it immediately after g_simple_async_result_new().
* e-mail-store-utils.c: Use the service's display name in status messages.Matthew Barnes2012-01-311-12/+18
| | | | | The display name is a user-provided name for the service. We should be using that in all status messages the refer to the service by name.
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-191-0/+385
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.