** See bug #52817.
[platform/upstream/evolution-data-server.git] / camel / camel-store.c
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.
2001-09-18 8If filter inbox is set on the store, and we're opening...
2001-09-15 4New function, set the complete list of folders on a...
2001-09-11 0Progress reporting while moving messages.
2001-08-14 Jeffrey StedfastAfter talking to NotZed, it turns out I was wrong after...
2001-08-13 Jeffrey StedfastWe need to be ref'ing the folder if/when we add it...
2001-08-13 Jeffrey StedfastWe need to be ref'ing the folder if/when we add it...
2001-08-13 Jeffrey StedfastWe need to be ref'ing the folder if/when we add it...
2001-07-19 Peter WilliamsIn camel:
2001-07-17 Peter WilliamsClean up some exception misusage.
2001-07-17 Jeffrey StedfastUse CAMEL_VTRASH_NAME.
2001-06-23 Ettore PerazzoliUpdate the copyrights, replacing Helix Code with Ximian and
2001-05-03 Dan Winshipnew abstract class for disconnectable remote stores
2001-04-16 Jeffrey StedfastRemove the EXTRA_GNOME_CFLAGS include.
2001-03-29 Kjartan MaraasBig header cleanups and nntp compile fix
2001-03-27 Jeffrey StedfastUse camel_vtrash_folder_new() to create the vtrash...
2001-03-26 Not ZedAdded folder_created event here.
2001-03-12 Jeffrey StedfastRename the folder to "Trash" and i18nify it.
2001-03-08 Jeffrey StedfastChanges so that the folder gets added to the vtrash...
2001-03-08 Jeffrey StedfastThese fixes make it so that the CamelStore does not...
2001-02-24 Jeffrey Stedfastfixed a compile warning in camel-store.
2001-02-24 Jeffrey Stedfastinit the vTrash folder here instead of in store_init.
2001-02-23 Jeffrey Stedfastinit get_trash and init_trash. (camel_store_init):...
2001-02-15 Jeffrey StedfastEmit the folder_created signal here.
2001-02-14 Dan WinshipNew method to create a folder when you don't know its...
2001-02-09 Dan WinshipRewrite a bunch. Replace the existing folder cache...
2001-01-19 Dan WinshipMore tweaking... skip separator characters after the...
2001-01-10 Dan WinshipNew class function, parallel to camel_folder_sync....
2001-01-09 Dan Winship Mostly IMAP changes. Use the NAMESPACE extension ...
2000-12-24 Not ZedLock the command channel while searching. (imap_body_co...
2000-11-29 Jeffrey StedfastUpdated the gtk-doc comment.
2000-11-29 Not ZedAdd a missed unref.
2000-11-28 Not ZedSet the info size's properly, oops!
2000-10-30 Dan Winship Improved IMAP namespace handling: leave the namespace...
2000-10-25 Dan WinshipAdd a "parent" field to CamelFolderInfo.
2000-10-24 Dan Winshiplots of i18n fixes
2000-10-18 Not ZedNo, we must not encode the headers here. These interfac...
2000-10-06 Chris Toshokadd camel-nntp-grouplist.h (libcamelnntp_la_SOURCES...
2000-10-02 Dan WinshipRemove camel_folder_{get,free}_subfolder_info, as we...
2000-08-29 Peter WilliamsCamelRemoteStore: a new generic store for stores that...
2000-08-22 Peter WilliamsAutomatically connect services when given a valid URL...
2000-08-10 Peter WilliamsMerge with camel-async.
2000-08-08 Not ZedOnly retry another uid if we had a name clash, otherwis...
2000-06-07 Dan WinshipRemove exists, create, delete. A CamelFolder now always...
2000-06-02 Christopher James... Ref and unref objects in the service cache properly.
2000-05-30 Not ZedInit filter_from to NULL, for exception case. (mbox_get...
2000-05-30 Michael Zuccidiff -r1.206 ChangeLog
2000-04-18 Dan Winshipkill camel-log
2000-04-06 Dan WinshipReorganize the folder-fetching methods and implement...
2000-03-28 Dan Winshipfix warnings
next