Rename camel_service_get_settings().
[platform/upstream/evolution-data-server.git] / camel / providers / local / camel-spool-store.c
2012-08-12 Matthew BarnesRename camel_service_get_settings().
2012-02-14 Milan CrhaFix issues found by Coverity Scan
2012-01-03 Matthew BarnesCamel: Use thread-safe accessors for string settings.
2011-10-24 Matthew BarnesMove remaining CamelURL elements to CamelSettings.
2011-09-03 Matthew BarnesCoding style and whitespace cleanups.
2011-08-15 Matthew BarnesAdd CamelSpoolSettings.
2011-07-21 Matthew BarnesAdd CamelNetworkService interface.
2011-07-09 Matthew BarnesCamelSpoolStore cleanups.
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-04-21 Matthew BarnesRework how CamelServices are added to CamelSession.
2011-04-17 Matthew BarnesSeal up CamelService.
2010-10-14 Milan CrhaBug #534369 - New mail notifications for local Inbox...
2010-10-04 Matthew BarnesCollect Camel flags into enum types.
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-07-08 Matthew BarnesMigrate from CamelException to GError.
2010-04-24 Matthew BarnesPort Camel to GObject.
2010-04-21 Matthew BarnesMerge more cleanup bits from camel-gobject.
2010-04-13 Matthew BarnesMerge some cleanup bits from camel-gobject.
2010-04-02 Matthew BarnesLock down Camel headers.
2010-01-30 Matthew BarnesCoding style and whitespace cleanups.
2010-01-29 Chenthill PalanisamyBug 581604 - Permissions on mail/local folders are...
2010-01-07 Matthew BarnesRemove unnecessary libedataserver includes.
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.
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
2007-11-16 Matthew BarnesMissed that CamelSpoolStore has its own free_folder_inf...
2007-11-15 Matthew Barnes** Merge a bunch of compiler warning fixes and cosmetic...
2007-11-14 Matthew Barnes** Remove trailing whitespace from source code.
2007-08-28 Ross BurtonFix FSF address (Tobias Mueller, #470445)
2007-04-28 Matthew Barnes** Fixes bug #418852
2007-04-05 Ross BurtonUse g_mkdir_with_parents (#383686).
2006-01-10 Simon ZhengDelete function camel_mkdir().
2005-08-31 Harish KrishnaswamyModify License to LGPL
2005-02-25 Not Zed** See bug #59507
2004-09-28 Not Zedmake sure body indexing is turned off always, missed...
2004-09-20 Michael Zucci Merged notzed-eplugin-2-branch to head.
2004-05-26 Not Zedremoved.
2004-03-11 Not Zedturn off NOINFERIORS always, translate to nochildren.
2003-03-28 Not Zedremove unused var.
2003-02-27 Not ZedUndo jeff's changes.
2002-12-17 Jeffrey StedfastReplace calls to g_string_sprintfa() with g_string_appe...
2002-12-09 Not ZedUse a bag instead of a hashtable to track the cache...
2002-11-11 Jeffrey StedfastUse g_strerror when setting an exception string (we...
2002-09-26 Not ZedTreat spool as a local folder, so the ref checks work...
2002-09-26 Not ZedImplement FOLDER_CREATE flag. (scan_dir): Dont free...
2002-06-26 Not ZedInclude <sys/time.h> for struct timeval.
2002-04-29 Not ZedWe want to set unread_count to get_unread_message_count...
2002-02-08 Not ZedThe day number has to be 2 chars wide, space filled...
2001-10-27 Ettore PerazzoliFixing the license text.
2001-10-27 Ettore PerazzoliUpdate the licensing information to require version...
2001-10-01 Dan WinshipDon't munge the URL; CamelSession's caching relies...
2001-09-20 0Build the path on the folderinfo.
2001-09-19 9General cleanup of camel debug printfs.
2001-09-18 8If filter inbox is set on the store, and we're opening...
2001-08-30 Jeffrey StedfastReturn the default folder (ie. INBOX) rather than sayin...
2001-06-23 Ettore PerazzoliUpdate the copyrights, replacing Helix Code with Ximian and
2001-06-18 Not ZedOnly create a missing uid if we have indexing turned on.
2001-06-12 Not ZedA new provider, for spool mailboxes. Mostly a cut and...