summaryrefslogtreecommitdiff
path: root/camel/camel-folder.c
Commit message (Expand)AuthorAgeFilesLines
* [Camel] Check for session existence in store/folder maybe_connectMilan Crha2015-11-131-1/+1
* Correct and enhance developer documentation a bitMilan Crha2015-05-121-2/+2
* Identify job description for camel_session_submit_job()Milan Crha2015-02-061-1/+6
* Bug 595389 - Auto-vacuum Camel DB on expungeMilan Crha2014-12-031-0/+13
* camel_folder_thaw: Save changes to local summaryMilan Crha2014-11-041-0/+3
* [CamelFolder/Store] Check online state of the session too before connectingMilan Crha2014-10-241-1/+4
* Bug 729848 - [IMAPx] Hard to get to cached messages in offlineMilan Crha2014-06-111-20/+6
* Use g_weak_ref_init/_clear() on structure-allocated GWeakRef-sMilan Crha2014-06-061-4/+4
* Bug #727237 - Correct LGPL license information in sourcesMilan Crha2014-04-141-9/+7
* Bug #724729 - camel-folder.c:folder_changed() blocks the UI threadMilan Crha2014-02-201-5/+26
* Bug 721527 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-071-10/+8
* CamelFolder: Port to GTask.Matthew Barnes2013-12-031-274/+264
* CamelFolder: Remove unused fetch_messages_sync() method.Matthew Barnes2013-11-291-163/+0
* CamelFolder: Remove all asynchronous class methods.Matthew Barnes2013-11-291-813/+474
* CamelFolder: Update "host-reachable" before connecting.Matthew Barnes2013-11-221-1/+10
* Remove camel_folder_free_message_info().Matthew Barnes2013-09-231-36/+3
* Remove camel_folder_ref_message_info().Matthew Barnes2013-09-231-35/+0
* camel_folder_(un)lock: Remove 'lock' enum argument.Matthew Barnes2013-09-231-51/+35
* Remove unused CAMEL_FOLDER_CHANGE_LOCK.Matthew Barnes2013-09-231-6/+0
* CamelFolder: Use the internal 'change_lock' mutex directly.Matthew Barnes2013-09-231-13/+13
* Add camel_message_info_unref().Matthew Barnes2013-09-231-11/+9
* Miscellaneous cleanups.Matthew Barnes2013-07-281-2/+2
* Bug #704181 - Froze while filtering messagesMilan Crha2013-07-181-3/+22
* camel_folder_transfer_messages_to_sync: Connect the CamelServices first.Matthew Barnes2013-07-121-2/+17
* camel_folder_expunge_sync: Connect the CamelService first.Matthew Barnes2013-07-121-1/+9
* camel_folder_append_message_sync: Connect the CamelService first.Matthew Barnes2013-07-121-0/+8
* camel_folder_get_message_sync: Recover from dropped connection.Matthew Barnes2013-07-121-1/+42
* camel_folder_synchronize_sync: Connect the CamelService first.Matthew Barnes2013-07-121-1/+9
* camel_folder_refresh_info_sync: Connect the CamelService first.Matthew Barnes2013-07-121-0/+8
* camel: Use g_cclosure_marshal_generic() for all signals.Matthew Barnes2013-03-171-6/+3
* CamelFolder: Use weak references in signal closures.Matthew Barnes2013-03-081-36/+58
* Bug #693345 - dngettext should be used instead of ngettextMilan Crha2013-02-261-3/+3
* Use camel_service_ref_session().Matthew Barnes2013-02-111-7/+15
* G_PRIORITY_HIGH_IDLE is sufficient to beat GTK+ redraws.Matthew Barnes2013-02-081-8/+6
* Add comments around g_idle_add() changesMilan Crha2013-02-081-0/+4
* Bug #683867 - Schedule actions with higher idle priorityMichel Dänzer2013-02-081-4/+4
* Revert "Bug #683867 - Schedule actions with higher idle priority"Matthew Barnes2013-02-081-4/+4
* Bug #683867 - Schedule actions with higher idle priorityMichel Dänzer2013-02-081-4/+4
* Make use of G_DEFINE_QUARK()Mathias Hasselmann2013-01-241-12/+1
* CamelFolder: Make string properties thread-safe.Matthew Barnes2012-12-231-9/+125
* Replace deprecated GLib symbols (as of GLib 2.34.x)Milan Crha2012-11-051-10/+10
* Coding style and whitespace cleanup.Matthew Barnes2012-09-011-4/+6
* Bug 680106 - Missing status message in camel_folder_refresh_info_sync()Matthew Barnes2012-07-171-0/+8
* Camel: Use folder display name is status messages when possible.Matthew Barnes2012-07-081-9/+11
* camel_folder_expunge_sync(): Push a status message.Matthew Barnes2012-07-081-0/+8
* Do not call g_object_notify() when property didn't changeMilan Crha2012-06-181-0/+9
* Camel: Avoid C++ keywords in header files.Matthew Barnes2012-06-031-3/+3
* Simplify vFolder's code and other bunch of related time optimizationsMilan Crha2012-05-301-0/+4
* Camel: Use camel_session_idle_add() for idle callbacks.Matthew Barnes2012-05-191-37/+63
* Remove camel_folder_has_search_capability()Milan Crha2012-05-181-19/+0