log

age author description
Sat, 08 Jan 2011 21:03:15 +0200 Timo Sirainen istream-seekable: Minor code cleanup.
Wed, 05 Jan 2011 20:21:38 +0200 Timo Sirainen dsync: Don't crash if message can't be saved to destination mailbox.
Wed, 05 Jan 2011 18:47:40 +0200 Timo Sirainen mdbox: Don't leave partially written messages to mdbox files.
Wed, 05 Jan 2011 18:11:04 +0200 Timo Sirainen dsync: Fixed iterating through mailboxes when using proxy.
Tue, 04 Jan 2011 13:57:33 +0200 Timo Sirainen config: Give clear error that auth settings aren't supported inside local/remote blocks.
Tue, 04 Jan 2011 13:53:17 +0200 Timo Sirainen login: ssl_require_client_cert and ssl_username_from_cert settings should have had auth_ prefix.
Tue, 04 Jan 2011 13:22:20 +0200 Timo Sirainen auth: Minor code cleanup, use PASSWORD_HIDDEN_STR macro.
Tue, 04 Jan 2011 13:17:57 +0200 Timo Sirainen maildir: Fixed renaming child mailboxes when using a namespace prefix.
Tue, 04 Jan 2011 12:34:48 +0200 Timo Sirainen maildir: Getting mailbox GUID unnecessarily rewrote the uidlist.
Tue, 04 Jan 2011 12:14:02 +0200 Timo Sirainen IDLE was listed twice in capabilities.
Tue, 04 Jan 2011 12:04:42 +0200 Timo Sirainen dsync: Saved messages' save-date was set to 1970-01-01.
Tue, 04 Jan 2011 11:55:36 +0200 Timo Sirainen virtual: Fixed saving multiple mails in a transaction (e.g. copy multiple messages).
Tue, 04 Jan 2011 11:44:07 +0200 Timo Sirainen lib-sql: Include Dovecot version number check when loading SQL plugins.
Mon, 03 Jan 2011 19:06:49 +0200 Timo Sirainen lib-lda: Simplified mail_deliver_deduplicate_guid_if_needed() API.
Mon, 03 Jan 2011 19:06:02 +0200 Timo Sirainen lib-storage: Added mailbox_save_get_transaction().
Mon, 03 Jan 2011 18:59:07 +0200 Timo Sirainen lmtp: If delivering duplicate messages to same user's INBOX, use different GUIDs.
Mon, 03 Jan 2011 18:57:05 +0200 Timo Sirainen dbox: If mail GUID is changed for copied mail, create a new copy of it so it changes.
Sat, 19 Feb 2011 16:56:21 +0200 Timo Sirainen Fixed compiling with configure --with-storages when imapc wasn't listed.
Sat, 19 Feb 2011 16:46:14 +0200 Timo Sirainen fs layout: Fixed crash on listing % when namespace had a prefix.
Sat, 19 Feb 2011 16:42:45 +0200 Timo Sirainen imapc: Added more debugging output with mail_debug=yes
Thu, 17 Feb 2011 18:02:45 +0200 Timo Sirainen Makefile: Added missing imapc-client*.h
Thu, 17 Feb 2011 07:45:30 +0200 Timo Sirainen imapc: When local IDLE is started, force remote server to first check changes with NOOP.
Sat, 12 Feb 2011 06:06:32 +0200 Timo Sirainen imapc: Mailbox listing code works now perfectly.
Sat, 12 Feb 2011 06:05:40 +0200 Timo Sirainen lib-storage: Fixes to mailbox_list_iter_update()
Sat, 12 Feb 2011 06:05:07 +0200 Timo Sirainen lib-storage: mailbox_list_mailbox() should have replaced info flags, not updated them.
Sat, 12 Feb 2011 01:29:20 +0200 Timo Sirainen lib-storage: Added mailbox_tree_set_separator()
Sat, 12 Feb 2011 01:09:10 +0200 Timo Sirainen lib-storage: Minor code cleanup.
Sat, 12 Feb 2011 05:32:25 +0200 Timo Sirainen lib-storage: When listing subscriptions, make sure children flags are returned if requested.
Sat, 12 Feb 2011 05:31:32 +0200 Timo Sirainen printf_format_fix*() assert-crashed if the format ended with "%%".
Sat, 12 Feb 2011 05:17:12 +0200 Timo Sirainen lib-storage: layout=fs now uses mailbox_exists() instead of requiring storage hooks.