log src/lib-storage/index/dbox/dbox-storage.h @ 9358:dc66872f1856 HEAD

age author description
Sun, 06 Sep 2009 18:32:03 -0400 Timo Sirainen dbox: Allow getting streams to messages being saved. HEAD
Thu, 12 Mar 2009 17:38:36 -0400 Timo Sirainen dbox: Changed the default mailbox dir name, subscriptions and uidvalidity filenames. HEAD
Sat, 11 Oct 2008 13:26:46 +0300 Timo Sirainen Maildir/dbox: Try harder to assign unique UIDVALIDITY values to mailboxes. HEAD
Thu, 07 Aug 2008 14:05:47 -0400 Timo Sirainen mailbox_save_init() API was split to multiple functions. HEAD
Sun, 20 Jul 2008 23:47:32 +0300 Timo Sirainen mailbox.save_init() API now takes ** pointer to dest_mail, so multiple HEAD
Tue, 04 Mar 2008 04:07:32 +0200 Timo Sirainen MAIL_INDEX_MAIL_FLAG_BACKEND specifies if file should be in alt dir or HEAD
Sat, 08 Dec 2007 17:11:14 +0200 Timo Sirainen Scan dbox directories every 8 days and delete stale temp files. HEAD
Sat, 03 Nov 2007 16:09:05 +0200 Timo Sirainen Support for looking up dbox files from an alternative directory if they're HEAD
Sun, 21 Oct 2007 18:58:00 +0300 Timo Sirainen Support for reading maildir files. This makes it possible to do a fast HEAD
Sun, 16 Sep 2007 11:31:27 +0300 Timo Sirainen Changed .h ifdef/defines to use <NAME>_H format. HEAD
Sat, 01 Sep 2007 03:04:02 +0300 Timo Sirainen Initial commit for dbox redesign/rewrite. Currently supports only one HEAD
Tue, 17 Apr 2007 18:09:10 +0300 Timo Sirainen Call sync_notify() once at the end of syncing. Allow accessing mails even HEAD
Fri, 30 Mar 2007 22:08:11 +0300 Timo Sirainen Changed *_transaction_created() to static. HEAD
Fri, 30 Mar 2007 21:55:41 +0300 Timo Sirainen Removed unused macros HEAD
Fri, 30 Mar 2007 15:44:01 +0300 Timo Sirainen Removed struct index_storage abstraction. It's pointless. HEAD
Thu, 29 Mar 2007 14:51:09 +0300 Timo Sirainen Better type safety to module_contexts arrays. Already fixed some bugs. HEAD
Thu, 29 Mar 2007 10:59:11 +0300 Timo Sirainen Moved delete/rename operations to mailbox_list API. Fixed mbox/maildir to HEAD
Thu, 22 Feb 2007 14:50:14 +0200 Timo Sirainen If pop3_lock_session=yes, update maildir/dbox uidlist lock file every 10 HEAD
Thu, 28 Dec 2006 18:51:10 +0200 Timo Sirainen More dotlock_use_excl uses. HEAD
Thu, 16 Nov 2006 02:16:31 +0200 Timo Sirainen Initial code for separation of mailbox accessing and directory layout HEAD
Wed, 28 Jun 2006 19:31:05 +0300 Timo Sirainen Beginnings of joining mail-storage API more closely to mail-index, so that HEAD
Wed, 28 Jun 2006 16:10:25 +0300 Timo Sirainen Array API redesigned to work using unions. It now provides type safety HEAD
Mon, 12 Jun 2006 11:24:44 +0300 Timo Sirainen Allow reading saved mails which haven't been committed yet (ie. make quota HEAD
Tue, 09 May 2006 14:57:36 +0300 Timo Sirainen Changed mailbox_save_*() API a bit: Moved the struct mail *dest_mail to HEAD
Wed, 12 Apr 2006 19:52:02 +0300 Timo Sirainen Moved dbox data structures to dbox-format.h which can be easily included HEAD
Sat, 01 Apr 2006 00:21:19 +0300 Timo Sirainen Fixes and cleanups. HEAD
Fri, 24 Feb 2006 18:06:51 +0200 Timo Sirainen Fixes HEAD
Wed, 22 Feb 2006 18:02:20 +0200 Timo Sirainen mailbox_save_init() supports now returning failure. Quota plugin now checks HEAD
Sun, 29 Jan 2006 00:05:48 +0200 Timo Sirainen Support storing keywords in dbox files. Doesn't yet work while saving. HEAD
Fri, 13 Jan 2006 22:25:57 +0200 Timo Sirainen Added "bool" type and changed all ints that were used as booleans to bool. HEAD
Wed, 11 Jan 2006 21:26:05 +0200 Timo Sirainen Added dbox_rotate_min_size and fixed rotation checks. HEAD
Thu, 05 Jan 2006 03:19:42 +0200 Timo Sirainen Added dbox_rotate_size and dbox_rotate_days settings. HEAD
Thu, 05 Jan 2006 03:10:46 +0200 Timo Sirainen Added rotation by number of days since file was created. HEAD
Mon, 28 Nov 2005 01:05:28 +0200 Timo Sirainen Initial implementation of Dovecot's own high performance file format, named HEAD