aboutsummaryrefslogtreecommitdiffstats
path: root/libemail-engine/e-mail-folder-utils.c
Commit message (Collapse)AuthorAgeFilesLines
* Add e_mail_folder_expunge().Matthew Barnes2012-07-091-0/+285
| | | | To replace mail_expunge_folder().
* Use folder display name in status messages when possible.Matthew Barnes2012-07-091-4/+6
|
* Adapt to CamelStore API change.Matthew Barnes2012-07-071-2/+2
| | | | compare_folder_name() -> equal_folder_name()
* Use g_simple_async_result_set_check_cancellable().Matthew Barnes2012-05-131-0/+14
| | | | Always call it immediately after g_simple_async_result_new().
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-4/+6
|
* Bug #670014 - Remove-duplicates reads all messages into memoryMilan Crha2012-02-161-43/+94
|
* Bug 667576 - Junk between messages after saving an mbox fileJames Bottomley2012-02-021-9/+19
|
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-191-0/+1666
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.