log

age author description
Wed, 05 Mar 2008 00:57:17 +0200 Timo Sirainen If sasl_bind=yes or tls=yes is used and ldap_version<3, fail with an error. HEAD
Wed, 05 Mar 2008 00:34:59 +0200 Timo Sirainen Ignore EACCES errors silently. HEAD
Tue, 04 Mar 2008 08:01:51 +0200 Timo Sirainen Added support for seeking forwards in the stream. HEAD
Tue, 04 Mar 2008 07:54:53 +0200 Timo Sirainen Replaced mail_extra_groups setting with mail_privileged_group and HEAD
Tue, 04 Mar 2008 07:54:41 +0200 Timo Sirainen file_dotlock_create(): Don't log an EACCES failures. HEAD
Tue, 04 Mar 2008 07:44:19 +0200 Timo Sirainen If mail_uid or mail_gid doesn't exist, log an error. HEAD
Tue, 04 Mar 2008 07:22:25 +0200 Timo Sirainen Fail if any parameters other than --test is given. HEAD
Tue, 04 Mar 2008 06:45:01 +0200 Timo Sirainen If save time is missing, use the file's ctime instead of current time. HEAD
Tue, 04 Mar 2008 06:36:07 +0200 Timo Sirainen Forgot to change expire time to be calculated as hours after debugging. HEAD
Tue, 04 Mar 2008 06:26:24 +0200 Timo Sirainen Added wildcard support to expire plugin. Added a new expire_altmove setting HEAD
Tue, 04 Mar 2008 06:24:44 +0200 Timo Sirainen Allow dovecot --exec-mail ext program arguments. HEAD
Tue, 04 Mar 2008 06:24:07 +0200 Timo Sirainen Make MAIL_INDEX_MAIL_FLAG_BACKEND visible to mail_get_flags() and allow it HEAD
Tue, 04 Mar 2008 06:23:45 +0200 Timo Sirainen If dbox file doesn't have sent date, return (and cache) current time. 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
Tue, 04 Mar 2008 04:05:35 +0200 Timo Sirainen Added MAIL_INDEX_MAIL_FLAG_BACKEND flag that can be used for HEAD
Tue, 04 Mar 2008 03:47:57 +0200 Timo Sirainen Moved fdatasync_path() to a global function. HEAD
Mon, 03 Mar 2008 08:59:07 +0200 Timo Sirainen SEARCH NOT SUBJECT didn't work correctly. HEAD
Mon, 03 Mar 2008 07:20:38 +0200 Timo Sirainen DEBUG: Use t_buffer_alloc_last_full() before calling i_warning() to make HEAD
Mon, 03 Mar 2008 07:19:30 +0200 Timo Sirainen Added t_buffer_alloc_last_full(). HEAD
Mon, 03 Mar 2008 06:25:11 +0200 Timo Sirainen Added more tests to imap_match(). HEAD
Mon, 03 Mar 2008 06:20:36 +0200 Timo Sirainen LIST: Show \NoSelect status correctly. HEAD
Mon, 03 Mar 2008 06:13:22 +0200 Timo Sirainen Mailbox deletion fixes. HEAD
Mon, 03 Mar 2008 06:01:07 +0200 Timo Sirainen Mailbox listing fix. HEAD
Mon, 03 Mar 2008 02:54:46 +0200 Timo Sirainen Moved mbox From_-line handling to lib-mail, since it's also used by deliver. HEAD
Mon, 03 Mar 2008 02:38:55 +0200 Timo Sirainen mail_index_sync_have_any(): Refresh index to see if there are any new unseen HEAD
Mon, 03 Mar 2008 02:35:59 +0200 Timo Sirainen CLOSE: Synchronize the mailbox after expunging messages to actually get them HEAD
Sun, 02 Mar 2008 07:39:32 +0200 Timo Sirainen Fixed pass=yes with blocking passdbs. Also master_user wasn't exported HEAD
Sun, 02 Mar 2008 06:40:31 +0200 Timo Sirainen Ignore spaces and TABs at the end of ACL lines. HEAD
Sun, 02 Mar 2008 06:34:34 +0200 Timo Sirainen Don't try to flush NFS file handle cache for mbox files. HEAD
Sun, 02 Mar 2008 06:23:59 +0200 Timo Sirainen Copies were tracked using the source transaction instead of destination HEAD
Sun, 02 Mar 2008 06:09:38 +0200 Timo Sirainen imap_match(): "foo/bar/%" pattern matching to "foo/" should return CHILDREN HEAD
Sun, 02 Mar 2008 06:08:18 +0200 Timo Sirainen Added unit tests for imap_match() HEAD
Sun, 02 Mar 2008 02:50:00 +0200 Timo Sirainen Optimized cache record loop tracking. HEAD
Sat, 01 Mar 2008 00:15:34 +0200 Timo Sirainen Seek also non-seekable parent streams to current offset as long as we're not HEAD
Fri, 29 Feb 2008 11:21:11 +0200 Timo Sirainen Trying to user $USER environment didn't work before environment was already HEAD
Fri, 29 Feb 2008 11:15:05 +0200 Timo Sirainen If username lookup fails, return EX_USAGE instead of EX_TEMPFAIL because we HEAD
Fri, 29 Feb 2008 05:02:50 +0200 Timo Sirainen Implemented optimized seq_range_array_add_range(). HEAD
Fri, 29 Feb 2008 05:01:53 +0200 Timo Sirainen Use smaller test buffer sizes HEAD
Fri, 29 Feb 2008 04:23:58 +0200 Timo Sirainen Added randomized unit test for seq_range_array*() HEAD
Fri, 29 Feb 2008 03:36:07 +0200 Timo Sirainen array_clear() is now equivalent to buffer_clear(), use it. HEAD
Fri, 29 Feb 2008 03:34:05 +0200 Timo Sirainen Added unit testing for buffer_t. HEAD
Fri, 29 Feb 2008 03:33:27 +0200 Timo Sirainen buffer_reset(buf) and buffer_set_used_size(buf, 0) now do the same thing. HEAD
Fri, 29 Feb 2008 03:31:06 +0200 Timo Sirainen Fixed removing last item from priority queue. HEAD
Thu, 28 Feb 2008 06:29:43 +0200 Timo Sirainen If underlying stream doesn't support seeking, don't try to seek to original HEAD
Thu, 28 Feb 2008 06:28:54 +0200 Timo Sirainen Added support for seeking forwards in the stream. Also mark the stream as HEAD
Wed, 27 Feb 2008 21:54:04 +0200 Timo Sirainen Fixed dirty flag/keyword handling. HEAD
Tue, 26 Feb 2008 20:01:57 +0200 Timo Sirainen Base docdir to datadir instead of datarootdir which doesn't exist in old HEAD
Tue, 26 Feb 2008 19:56:05 +0200 Timo Sirainen Added support for autoconf versions older than 2.59c. HEAD
Tue, 26 Feb 2008 19:53:28 +0200 Timo Sirainen wiki docs weren't using docdir. HEAD
Tue, 26 Feb 2008 16:29:46 +0200 Timo Sirainen quota_rule=?:.. specifies the default quota limits to use when backend HEAD
Tue, 26 Feb 2008 16:21:05 +0200 Timo Sirainen Relative (%) limits in quota rules and warnings work now if the backend HEAD
Tue, 26 Feb 2008 15:11:34 +0200 Timo Sirainen Don't crash if ldap userdb lookup fails. HEAD
Mon, 25 Feb 2008 21:47:17 +0200 Timo Sirainen mailbox_notify_changes(): Don't trigger the timeout once a second to see if HEAD
Mon, 25 Feb 2008 21:38:58 +0200 Timo Sirainen Check and update sync_last_check in one common function. HEAD
Mon, 25 Feb 2008 21:37:45 +0200 Timo Sirainen And compile fix for last change. HEAD
Mon, 25 Feb 2008 21:27:39 +0200 Timo Sirainen array_clear() only truncates the array, growing its size later doesn't fill HEAD
Mon, 25 Feb 2008 21:22:05 +0200 Timo Sirainen LOGOUT command also closes mailbox, so mark it as such to fix command HEAD
Sun, 24 Feb 2008 02:48:46 +0200 Timo Sirainen Allow #comments in trash config HEAD
Thu, 21 Feb 2008 23:12:46 +0200 Timo Sirainen Added tag 1.1.rc1 for changeset 958e377fc1dc HEAD
Thu, 21 Feb 2008 23:12:40 +0200 Timo Sirainen Released v1.1.rc1. HEAD 1.1.rc1