log src/lib-storage/index/dbox-multi/mdbox-storage.c @ 22713:cb108f786fb4

age author description
Mon, 01 Jan 2018 22:42:08 +0100 Stephan Bosch Updated copyright notices to include the year 2018.
Wed, 28 Jun 2017 19:46:01 +0300 Timo Sirainen dbox: Use mail_index_header.last_temp_file_scan instead of directory's atime
Tue, 27 Jun 2017 16:55:34 +0300 Timo Sirainen sdbox: Don't create index directory when trying to open nonexistent mailboxes
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Wed, 11 Jan 2017 01:57:46 +0100 Stephan Bosch global: Replaced all instances of memset(p, 0, sizeof(*p)) with the new i_zero() macro.
Tue, 12 Apr 2016 13:08:05 +0300 Baofeng storage: do NOT feed p_strconcat() with NULL.
Thu, 24 Nov 2016 15:50:01 +0200 Timo Sirainen lib-storage: Add mail_storage.list_index_corrupted()
Sat, 19 Nov 2016 01:54:14 +0200 Timo Sirainen global: Code cleanup - avoid passing NULL to functions with non-null parameter
Mon, 14 Nov 2016 22:43:07 +0100 Timo Sirainen lib-storage: Add mail_namespace_get_driver_settings() and use it.
Thu, 22 Sep 2016 13:38:33 +0300 Timo Sirainen dbox: mailbox_update() shouldn't reset pop3-uidl header.
Wed, 13 Jul 2016 15:10:57 -0500 Timo Sirainen dbox: Initialize pop3-uidl header on INBOX creation.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Wed, 07 May 2014 16:36:54 +0300 Timo Sirainen mdbox: Fixed race condition when creating a new mailbox and another process getting its GUID.
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Wed, 06 Nov 2013 15:30:15 +0200 Timo Sirainen mdbox: Fixed race condition when mailbox GUID was looked up before mailbox create was finished.
Tue, 29 Oct 2013 21:08:07 +0200 Timo Sirainen mdbox: Added "mdbox_deleted" storage, which can be used to access messages with refcount=0
Fri, 20 Sep 2013 03:54:31 +0300 Timo Sirainen dbox: Fixed "UIDVALIDITY=0" error race condition.
Tue, 18 Jun 2013 13:00:23 +0300 Timo Sirainen mdbox: If mdbox header is corrupted, resize it to make sure its size is correct.
Sun, 16 Jun 2013 23:56:28 +0300 Timo Sirainen mdbox: Minor fix to handling corrupted mdbox header.
Wed, 12 Jun 2013 22:58:42 +0300 Timo Sirainen lib-storage: Added MAIL_STORAGE_CLASS_FLAG_BINARY_DATA flag for classes.
Mon, 27 May 2013 21:03:14 +0300 Timo Sirainen dbox: Don't cache pop3.uidl|order unless index header indicates there are those.
Sun, 19 May 2013 23:42:29 +0300 Timo Sirainen lib-storage: Added mailbox_status.have_save_guids.
Mon, 11 Feb 2013 00:26:15 +0200 Timo Sirainen lib-storage: Added mailbox_status.have_guids flag
Sat, 02 Feb 2013 17:02:55 +0200 Timo Sirainen Oops :) Update copyrights to 2013 without breaking all .c files.
Sat, 02 Feb 2013 17:01:07 +0200 Timo Sirainen Updated copyright notices to include year 2013.
Fri, 04 Jan 2013 01:12:24 +0200 Timo Sirainen lib-storage: Added support for "private modseqs" for INDEXPVT index.
Mon, 29 Oct 2012 19:54:50 +0200 Timo Sirainen lib-storage: Renamed mail_storage_set_index_error() to mailbox_set_index_error()
Mon, 29 Oct 2012 19:52:21 +0200 Timo Sirainen Replaced *_INDEX_PREFIX macros with a common MAIL_INDEX_PREFIX.
Sat, 13 Oct 2012 04:27:14 +0300 Timo Sirainen lib-storage: Added support to get/set/iterate mailbox attributes.
Wed, 26 Sep 2012 20:50:08 +0300 Timo Sirainen lib-storage: mailbox_get_path() and friends can now return an error.
Wed, 26 Sep 2012 18:01:01 +0300 Timo Sirainen Merged changes from v2.1 tree.
Fri, 31 Aug 2012 16:17:23 +0300 Timo Sirainen lib-storage: Don't crash when trying to detect public namespace's mail_location.
Sun, 24 Jun 2012 00:52:57 +0300 Timo Sirainen Marked functions parameters that are allowed to be NULL. Some APIs were also changed.
Tue, 22 May 2012 17:10:20 +0300 Timo Sirainen dbox: Don't reset index when mailbox_update() changes UIDVALIDITY.
Tue, 15 May 2012 18:52:41 +0300 Timo Sirainen mdbox: mailbox_update() didn't look at the latest index data.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Fri, 30 Dec 2011 11:54:48 +0200 Timo Sirainen lib-storage: Added struct mailbox.set_subscribed() virtual method.
Sat, 10 Dec 2011 08:44:33 +0200 Timo Sirainen dsync: Update cache fields' decision and last_used fields explicitly.
Wed, 16 Nov 2011 19:38:16 +0200 Timo Sirainen lib-storage: Use namespace owner user's home dir for autodetection (for shared namespaces).
Tue, 15 Nov 2011 18:29:14 +0200 Timo Sirainen mdbox: Added support for autodetection of ~/mdbox/ as mdbox storage.
Sun, 02 Oct 2011 20:06:58 +0300 Timo Sirainen lib-storage: mailbox_get_metadata() no longer always opens mailbox.
Thu, 25 Aug 2011 01:16:11 +0300 Timo Sirainen Moved GUID code to liblib. Use guid_128_t type consistently everywhere.
Mon, 23 May 2011 16:12:44 +0300 Timo Sirainen lib-storage: Export a list of permanent flags via mailbox_status().
Sat, 30 Apr 2011 15:00:42 +0300 Timo Sirainen lib-storage: mailbox_delete() now always first expunges all mails before trying deletion.
Thu, 24 Mar 2011 19:30:21 +0200 Timo Sirainen lib-storage: Moved index_mailbox_context.save_*() methods to mailbox_vfuncs.
Thu, 17 Mar 2011 16:37:22 +0200 Timo Sirainen Merged changes from v2.0 tree.
Wed, 16 Mar 2011 18:40:40 +0200 Timo Sirainen dbox: Fixed crash on creation of a new mailbox.
Wed, 16 Mar 2011 17:59:07 +0200 Timo Sirainen lib-storage: Moved mailbox_update() assert check from mdbox to common, plus fixed it.
Wed, 16 Mar 2011 17:42:42 +0200 Timo Sirainen lib-storage: Added min_first_recent_uid to struct mailbox_update.
Fri, 04 Mar 2011 20:53:46 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Tue, 22 Feb 2011 15:31:31 +0200 Timo Sirainen Merged changes from v2.0 tree.
Mon, 24 Jan 2011 00:31:05 +0200 Timo Sirainen dbox: mailbox_create/update() might not have updated index header correctly.
Wed, 09 Feb 2011 01:31:40 +0200 Timo Sirainen lib-storage: Return STATUS replies from mailbox list index only when it's fully up-to-date.
Mon, 24 Jan 2011 00:31:05 +0200 Timo Sirainen dbox: mailbox_create/update() might not have updated index header correctly.
Thu, 20 Jan 2011 20:59:07 +0200 Timo Sirainen lib-storage: mailbox_alloc() now takes a virtual mailbox name and other related API changes.
Thu, 20 Jan 2011 18:14:53 +0200 Timo Sirainen lib-storage: Replaced mailbox_list_get_name_status() with mailbox_exists().
Sat, 01 Jan 2011 15:52:39 +0200 Timo Sirainen lib-storage: Moved some items from mailbox_get_status() to a new mailbox_get_metadata().
Mon, 06 Dec 2010 03:58:17 +0000 Timo Sirainen lib-storage: Moved mailbox.save_is_attachment() to mail_save_context.part_is_attachment()