summaryrefslogtreecommitdiff
path: root/camel/camel-store.c
Commit message (Expand)AuthorAgeFilesLines
* [Camel] Check for session existence in store/folder maybe_connectMilan Crha2015-11-131-1/+1
* Bug 471791 - Move away from g_asserts to g_ret*Milan Crha2015-06-171-2/+2
* Correct and enhance developer documentation a bitMilan Crha2015-05-121-4/+4
* Update devel-doc Since from 3.14 to 3.16Milan Crha2015-02-241-1/+1
* Bug 595389 - Auto-vacuum Camel DB on expungeMilan Crha2014-12-031-0/+38
* Bug 738724 - [IMAP] Message flag changes not always savedMilan Crha2014-11-031-0/+3
* [CamelFolder/Store] Check online state of the session too before connectingMilan Crha2014-10-241-1/+4
* Use g_weak_ref_init/_clear() on structure-allocated GWeakRef-sMilan Crha2014-06-061-6/+6
* Bug #727237 - Correct LGPL license information in sourcesMilan Crha2014-04-141-10/+8
* CamelStore: Handle CAMEL_STORE_FOLDER_CREATE flag directly.Matthew Barnes2014-03-031-4/+70
* Deprecate CAMEL_STORE_FOLDER_EXCL.Matthew Barnes2014-03-031-102/+88
* Replace 'interface' with 'iface' in the codeTarnyko2014-02-261-4/+4
* CamelStore: Remove noop_sync() method.Matthew Barnes2014-01-171-122/+0
* Bug 721527 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-071-10/+8
* CamelStore: Fix typo preventing valid folder renames.Matthew Barnes2013-12-101-2/+2
* CamelStore: Stop using the internal 'folder_lock'.Matthew Barnes2013-12-051-217/+224
* CamelStore: Port to GTask.Matthew Barnes2013-12-031-336/+292
* camel_store_get_inbox_folder_sync: Remove lock.Matthew Barnes2013-12-011-10/+0
* CamelStore: Remove all asynchronous class methods.Matthew Barnes2013-11-291-792/+462
* CamelStore: Update "host-reachable" before connecting.Matthew Barnes2013-11-221-1/+9
* Remove camel_store_free_folder_info().Matthew Barnes2013-09-231-39/+6
* Remove camel_store_free_folder_info_full().Matthew Barnes2013-09-231-17/+9
* Remove unused camel_store_free_folder_info_nop().Matthew Barnes2013-09-231-14/+0
* camel_folder_(un)lock: Remove 'lock' enum argument.Matthew Barnes2013-09-231-3/+3
* camel_store_(un)lock: Remove 'lock' enum argument.Matthew Barnes2013-09-231-34/+18
* CamelStore: Fix "folder-info-stale" signal comment.Matthew Barnes2013-08-281-1/+2
* camel_store_get_folder_info_sync: Connect first unless offline.Matthew Barnes2013-08-171-0/+40
* camel_store_get_folder_info_sync() cleanups.Matthew Barnes2013-07-271-10/+35
* CamelStore: Add a "folder-info-stale" signal.Matthew Barnes2013-06-221-0/+98
* camel: Use g_cclosure_marshal_generic() for all signals.Matthew Barnes2013-03-171-9/+4
* CamelStore: Use weak references in signal closures.Matthew Barnes2013-03-081-54/+81
* Coding style and whitespace cleanup.Matthew Barnes2013-03-021-8/+50
* Use camel_service_ref_session().Matthew Barnes2013-02-111-4/+12
* G_PRIORITY_HIGH_IDLE is sufficient to beat GTK+ redraws.Matthew Barnes2013-02-081-16/+12
* Add comments around g_idle_add() changesMilan Crha2013-02-081-0/+8
* Bug #683867 - Schedule actions with higher idle priorityMichel Dänzer2013-02-081-8/+8
* Revert "Bug #683867 - Schedule actions with higher idle priority"Matthew Barnes2013-02-081-8/+8
* Bug #683867 - Schedule actions with higher idle priorityMichel Dänzer2013-02-081-8/+8
* store_synchronize_sync(): Only sync subscribed folders.Matthew Barnes2013-02-011-0/+1
* store_synchronize_sync() cleanups.Matthew Barnes2013-02-011-17/+21
* Make use of G_DEFINE_QUARK()Mathias Hasselmann2013-01-241-12/+1
* Replace deprecated GLib symbols (as of GLib 2.34.x)Milan Crha2012-11-051-5/+5
* Coding style and whitespace cleanup.Matthew Barnes2012-08-191-8/+8
* Update API documentation.Matthew Barnes2012-08-111-7/+7
* CamelStoreClass: Rename compare_folder_name to equal_folder_name.Matthew Barnes2012-07-061-3/+3
* Simplify vFolder's code and other bunch of related time optimizationsMilan Crha2012-05-301-7/+6
* Camel: Use camel_session_idle_add() for idle callbacks.Matthew Barnes2012-05-191-55/+75
* Use g_simple_async_result_set_check_cancellable().Matthew Barnes2012-05-131-0/+20
* Fix issues found by Coverity ScanMilan Crha2012-02-141-1/+1
* store_get_inbox_folder_sync: Add a NULL check.Matthew Barnes2012-01-251-1/+3