Make use of G_DEFINE_QUARK()
[platform/upstream/evolution-data-server.git] / camel / camel-store.c
2013-01-24 Mathias HasselmannMake use of G_DEFINE_QUARK()
2012-11-05 Milan CrhaReplace deprecated GLib symbols (as of GLib 2.34.x)
2012-08-19 Matthew BarnesCoding style and whitespace cleanup.
2012-08-11 Matthew BarnesUpdate API documentation.
2012-07-07 Matthew BarnesCamelStoreClass: Rename compare_folder_name to equal_fo...
2012-05-30 Milan CrhaSimplify vFolder's code and other bunch of related...
2012-05-19 Matthew BarnesCamel: Use camel_session_idle_add() for idle callbacks.
2012-05-13 Matthew BarnesUse g_simple_async_result_set_check_cancellable().
2012-02-14 Milan CrhaFix issues found by Coverity Scan
2012-01-25 Matthew Barnesstore_get_inbox_folder_sync: Add a NULL check.
2011-12-02 Srinivasa RagavanFix a bug in camel
2011-11-14 Matthew BarnesUpdate API docs.
2011-10-06 Matthew BarnesPrefer g_simple_async_result_take_error().
2011-09-26 Milan CrhaBug #656473 - Store server folder cache in user's cache...
2011-09-25 Matthew BarnesCamelStore: Prefer UID over URL in debug output.
2011-09-03 Matthew BarnesCoding style and whitespace cleanups.
2011-09-02 Milan CrhaBug #655433 - Drag and Drop of messages out of Junk...
2011-08-18 Matthew BarnesCamel: Add CAMEL_STORE_CAN_EDIT_FOLDERS flag.
2011-08-15 Matthew BarnesCamelStore: Split subscription API into a separate...
2011-08-15 Matthew BarnesAdd CamelStoreSettings.
2011-07-15 Matthew BarnesCamelStore: Folder cache is always present.
2011-07-04 Matthew BarnesCamel: Fix Gtk-Doc notation in comment blocks.
2011-06-03 Milan CrhaWorkaround compiler warnings
2011-05-29 Matthew BarnesOops, little Freudian slip there in the comment.
2011-05-29 Matthew Barnescamel_store_get_folder_sync(): Readability cleanups.
2011-05-26 Chenthill PalanisamyCamelDB: use a RW lock to prevent reads while write...
2011-05-23 Matthew Barnescamel_store_create_folder_sync(): Add a status message.
2011-05-12 Matthew Barnescamel_store_get_folder_info_sync(): Add a status message.
2011-05-08 Matthew BarnesCoding style cleanups.
2011-05-07 Matthew BarnesRename "name" field of CamelFolderInfo to "display_name".
2011-05-07 Matthew BarnesRemove "uri" field of CamelFolderInfo.
2011-05-03 Matthew BarnesRemove camel_store_folder_uri_equal().
2011-04-22 Matthew BarnesCamelStore: Remove a dead assignment.
2011-04-22 Matthew BarnesCamelStore: Chain up in the constructed() method
2011-04-21 Matthew BarnesRework how CamelServices are added to CamelSession.
2011-04-17 Matthew BarnesFix Gtk-Doc notation in Camel.
2011-04-17 Matthew BarnesSeal up CamelService.
2011-03-05 Matthew BarnesBump BASE_VERSION to 3.0.
2011-03-05 Matthew BarnesCoding style cleanup.
2011-02-24 Milan CrhaBug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE...
2011-01-30 Matthew BarnesMore whitespace cleanup.
2011-01-21 Milan CrhaBug #635339 - 'Mark as read' from popup menu not workin...
2010-11-29 Milan CrhaBug #620609 - Empty trash at exit doesn't work
2010-11-24 Chenthill PalanisamyCamelStore: Place Inbox at the top while building folde...
2010-10-11 Matthew BarnesFix "since" tags in API docs.
2010-10-04 Matthew BarnesCollect Camel flags into enum types.
2010-10-03 Matthew BarnesCoding style and whitespace cleanup.
2010-10-01 Matthew BarnesCamelStore: Forgot a part in store_get_folder_info()
2010-09-30 Matthew BarnesEmit CamelFolder and CamelStore signals from idle callb...
2010-09-28 Matthew BarnesCamel: Add an asynchronous API.
2010-09-28 Matthew BarnesRename blocking Camel methods.
2010-09-28 Matthew BarnesUse GCancellable in all methods that may block.
2010-09-20 Federico Mena QuinteroMerge branch 'camel-socks-proxy-master'
2010-09-20 Federico Mena QuinteroMerge branch 'camel-socks-proxy-master'
2010-09-14 Federico Mena QuinteroMerge branch 'camel-socks-proxy-master'
2010-09-13 Matthew BarnesCoding style cleanups.
2010-09-02 Milan CrhaBug #624228 - Gerror with Usenet / nntp
2010-08-12 Federico Mena QuinteroMerge branch camel-socks-proxy-master for SOCKS5 /...
2010-08-02 Matthew BarnesReplace "Since: 3.0" with "Since: 2.32".
2010-07-08 Matthew BarnesMigrate from CamelException to GError.
2010-05-07 Matthew BarnesConvert CamelObject events to GObject signals.
2010-04-30 Matthew BarnesDon't abbreviate public symbols.
2010-04-30 Matthew BarnesUse GObject properties instead of CamelArg.
2010-04-24 Matthew BarnesPort Camel to GObject.
2010-04-21 Matthew BarnesMerge more cleanup bits from camel-gobject.
2010-04-15 Milan CrhaBug #615776 - Drop camel-private.h and offer a public...
2010-04-15 Matthew BarnesMerge some cleanup bits from camel-gobject.
2010-04-13 Matthew BarnesMerge some cleanup bits from camel-gobject.
2010-04-01 Matthew BarnesRemove some deprecated API from camel.
2010-03-14 Matthew BarnesFix Gtk-Doc syntax in function block comments.
2010-03-14 Matthew BarnesAdd "Since: 2.22" tags to the API documentation.
2010-01-20 Jonathon JongsmaFix leak in camel_folder_info_build()
2009-07-13 Matthew BarnesFix excessive whitespace.
2009-06-01 Matthew BarnesFix compiler warnings in camel.
2009-05-28 Matthew BarnesPrefer GLib basic types over C types.
2009-05-27 Matthew BarnesRemove trailing whitespace, again.
2009-04-24 Sergio Villar SenínFix for bug #578817
2008-12-22 Sankar P** Part of Fix for bug #559153
2008-11-06 Milan Crha** Fix for bug #555979
2008-10-16 Srinivasa RagavanRemove console spew.
2008-10-14 Srinivasa Ragavan** Fix for bug #552261
2008-10-06 Srinivasa Ragavan** Fixes lots of bugs and breaks ABI
2008-09-26 Milan Crha** Fix for bug #550466
2008-09-12 Andre KlapperFixing typo.
2008-09-05 Paul Bolle** Fix for bug #550412
2008-08-20 Srinivasa RagavanSave vfolders headers on sync.
2008-08-06 Milan Crha** Part of fix for bug #546397
2008-08-04 Srinivasa Ragavan** Fix for bug #546194
2008-07-31 Srinivasa Ragavan** Fix for bug #545082
2008-07-25 Srinivasa Ragavan** Fix for bug #543569
2008-07-23 Milan Crha** Fix for bug #543943
2008-07-23 Matthew Barnes** Fix a bunch of Gtk-Doc warnings in Camel.
2008-07-22 Priit Laes** Fixes bug #544202
2008-07-16 Sankarasivasubrama... Pushing the on-disk summary changes from the madagascar...
2008-06-20 Jeffrey Stedfastfixed copyright notices
2008-05-19 Matthew Barnes** Fixes part of bug #531591
2008-05-07 Jeffrey Stedfastreverted rev 8210 which just changed whitespace indent
2008-05-06 Sankarasivasubrama... Bad git-svn usage. Reverted.
2008-05-06 Sankarasivasubrama... Changed the Macro name.
2008-05-06 Sankarasivasubrama... Updated the camel-db.c and camel-db.h to rebase the
next