Fix FSF address (Tobias Mueller, #470445)
[platform/upstream/evolution-data-server.git] / camel / camel-store.c
2007-08-28 Ross BurtonFix FSF address (Tobias Mueller, #470445)
2007-08-13 Srinivasa Ragavan** Fix for bug #420462
2007-04-28 Matthew Barnes** Fixes bug #418852
2007-02-23 Matthew Barnes** Fixes bug #356177
2006-04-12 Jeffrey StedfastFixes to many source files to suppress compiler warning...
2005-12-06 Tor Lillqvistcamel-index.c camel-mime-filter-basic.c camel-mime...
2005-08-31 Harish KrishnaswamyModify License to LGPL
2005-08-24 Not Zedinit folders and only use it if set.
2005-08-10 Not Zedadd some debug logging.
2005-07-29 Not Zed** See bug #311731.
2005-07-27 Mengjie YuVoid function should not return value.
2005-07-21 Not ZedChanged the semantics slightly. !FAST makes no guarante...
2005-07-14 Not Zedinitialise the mode to something which reflects the...
2005-07-10 Shreyas SrinivasanAdd a new #define to identify proxy stores and a new...
2005-06-09 Sarfraaz AhmedMinor typo in debug message.
2005-05-09 Jeffrey Stedfastgtk-doc stuff
2005-02-10 Jeffrey StedfastFix the FIXME about using fragment instead of path...
2005-02-01 Michael Zucci added some translator comments
2005-02-01 Not Zedset the folder type hint.
2005-02-01 Not Zedcheck the path isn't NULL before dereferencing it....
2005-01-31 Not Zed** See bug #68741.
2005-01-17 Not Zeddont enforce local store == no inbox; maildir implement...
2004-11-04 Not Zedcheck interfaces for events too. (camel_object_trigger_...
2004-09-20 Michael Zucci Merged notzed-eplugin-2-branch to head.
2004-05-27 Dan WinshipIf the store is not a vtrash store, just invoke the...
2004-05-26 Not Zedremoved.
2004-05-22 Not Zedoops, forgot folder_created. Removed locking, the objec...
2004-05-22 Not Zed** Another unread count bug, #58814.
2004-05-19 Not Zed** See #58641.
2004-05-17 Not Zeddon't allow creation of Trash or Junk folders.
2004-04-27 Not Zed** See bug #57659.
2004-04-05 Not Zeddont add folders to folders_out here, only in get_folde...
2004-03-30 Not Zedadded some debug to dump the whole folderinfo tree...
2004-03-19 Not Zedref the diary before replaying it. it could get unreffe...
2004-03-11 Not Zedturn off NOINFERIORS always, translate to nochildren.
2004-02-24 Jeffrey Stedfastfixed the g_return_val_if_changed expr that I messed...
2004-02-24 Jeffrey StedfastNew function to do what camel_store_uri_cmp() was suppo...
2004-02-23 Jeffrey StedfastRemoved. Useless/broken function.
2004-02-13 Jeffrey StedfastSame.
2004-02-06 Jeffrey StedfastSet a CAMEL_FOLDER_VIRTUAL bit on the special folder...
2004-02-05 Not Zedrename .cmeta file too, and fix the recovery order.
2004-02-05 Not Zed** See bug #53553.
2004-02-04 Jeffrey StedfastFix for bug #53755 (local folders case)
2004-02-04 Michael Zucci (store_sync): duh, actually pass expunge to...
2004-02-04 Not Zedadded 'expunge' parameter, easier 'empty trash on exit...
2004-02-04 Not Zedchanged order around, first try to delete and only...
2004-02-02 Jeffrey StedfastCopy the flags too. Fixes the local folder case of...
2004-01-30 Not Zedcopy the old_name that comes in, since it might be...
2004-01-27 Not Zed** See bug #53373.
2004-01-20 Not Zed** See bug #52817.
2003-12-09 Not Zed** See bug #51899.
2003-12-04 Radek Doulikcheck recent messages for junk mail
2003-12-04 Jeffrey StedfastFree fi->path if we are gonna replace it with the vinfo...
2003-12-03 Jeffrey StedfastOnly add vTrash/vJunk info's if we've requested the...
2003-12-01 Radek Doulikset flags only for new folder info
2003-12-01 Radek Doulikset SUBSCRIBED and NOINFERIORS flags to special folders...
2003-11-12 Radek Doulikmerged spam filtering branch
2003-10-23 Jeffrey StedfastRemoved unneeded CAMEL_OBJECT() casts.
2003-10-21 Ettore PerazzoliMerge new-ui-branch into the trunk.
2003-07-09 Jeffrey StedfastGet rid of the #ifdef ENABLE_THREADS since we no longer...
2003-07-07 Jeffrey StedfastUse camel_mkdir().
2003-04-23 Not Zed** Should fix #41629, #41448, et al.
2003-03-28 Not Zedremove unused var.
2003-03-03 Not ZedDo similar folder != NULL checking as for delete_folder...
2003-02-26 Jeffrey StedfastMake sure the folder is non-NULL before trying to remov...
2003-01-05 Not Zedinit local exception before doing anything. fixes a...
2002-12-09 Not ZedUse a bag instead of a hashtable to track the cache...
2002-10-24 Not Zed** For bug #31647 and bug #31456.
2002-09-30 Jeffrey StedfastFixes bug #31456.
2002-09-30 Jeffrey StedfastDon't strip the namespace from the fi->full_name when...
2002-08-20 Jeffrey StedfastOverride the default noop implementation.
2002-07-03 Not ZedIf we get an exception from the child sync, update...
2002-06-14 Jeffrey StedfastFixed compiler warnings.
2002-05-08 Jeffrey StedfastImplemented. (digest_getv): Implemented.
2002-05-07 Not ZedCheck for LOGIN xxxx as well if debug is on, so we...
2002-04-10 Jeffrey StedfastMake the folder_lock recursive. See bug #22363 for...
2002-04-01 Jeffrey Stedfast#include appropriate headers for mkdir
2001-11-12 Jeffrey StedfastAdded a g_return_val_if_fail for folder_name != NULL.
2001-10-30 0Dont try to move ibex if we have none.
2001-10-29 Jeffrey StedfastDon't emit a folder_subscribed signal if we are in...
2001-10-29 9Fix the 'is this a matching subfolder or subfolder...
2001-10-28 8Use the right variable, not info.
2001-10-28 8Use path not protocol as the path part of the uri of...
2001-10-27 Ettore PerazzoliFixing the license text.
2001-10-27 7Finished implementation.
2001-10-27 Ettore PerazzoliUpdate the licensing information to require version...
2001-10-22 Jeffrey StedfastUpdated comments to make the code a bit more clear.
2001-10-21 1Dont do the macro stuff - basically so you can actually...
2001-10-19 9Lock the right lock for unmatched subfolder list stuff...
2001-10-17 7New function to clone a folderinfo tree.
2001-10-05 5Use a folder_subscribed event rather than a folder_crea...
2001-10-05 Jeffrey StedfastTurn off warnings. (get_name): Same.
2001-10-05 4Change the order of execution slightly. We delete the...
2001-10-03 Jeffrey StedfastCall camel_folder_delete() on the folder if it's "alive".
2001-09-27 Jeffrey StedfastCRLF decode the stream before parsing it into a MIME...
2001-09-21 1Set the exception if create_folder isn't implemented.
2001-09-21 Michael ZucciSetup unread count properly, and also setup the url...
2001-09-20 0Build the path on the folderinfo.
2001-09-20 Jeffrey StedfastAnd finally here.
2001-09-19 9General cleanup of camel debug printfs.
next