aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-store-utils.h
Commit message (Collapse)AuthorAgeFilesLines
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-191-74/+0
| | | | | | | 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.
* Remove emfu_create_folder_real().Matthew Barnes2011-05-241-0/+17
| | | | Use e_mail_store_create_folder() instead.
* Remove mail_store_prepare_offline().Matthew Barnes2011-05-181-0/+10
| | | | Use e_mail_store_prepare_for_offline() instead.
* Kill mail_store_set_offline().Matthew Barnes2010-10-231-0/+47
Replace it with new async functions: e_mail_store_go_offline() e_mail_store_go_offline_finish() e_mail_store_go_online() e_mail_store_go_online_finish()