log

age author description
Tue, 27 Sep 2011 18:14:32 +0300 Timo Sirainen pop3: Fixed POP3-order sorting.
Tue, 27 Sep 2011 00:44:03 +0300 Timo Sirainen stats: Compiler warning fixes.
Tue, 27 Sep 2011 00:41:49 +0300 Timo Sirainen stats: Error message fix.
Tue, 27 Sep 2011 00:12:49 +0300 Timo Sirainen Compile fix for Solaris.
Mon, 26 Sep 2011 21:55:10 +0300 Timo Sirainen sdbox: Memory leak fix.
Mon, 26 Sep 2011 15:36:21 +0300 Timo Sirainen auth: Added passdb imap plugin.
Mon, 26 Sep 2011 15:34:58 +0300 Timo Sirainen Moved imapc-client into its own lib-imap-client library.
Sun, 25 Sep 2011 22:32:04 +0000 Pascal Volk man: Added doveadm move.
Fri, 23 Sep 2011 16:07:29 +0300 Timo Sirainen stats: Make sure unfinished commands get freed when their session disconnects.
Fri, 23 Sep 2011 15:01:57 +0300 Timo Sirainen file_dotlock: And fix to previous change..
Fri, 23 Sep 2011 15:01:23 +0300 Timo Sirainen file_dotlock: Don't warn about changed mtime when it's 1 second.
Fri, 23 Sep 2011 14:52:46 +0300 Timo Sirainen maildir: Improved guessing filename when it's still in new/ dir.
Fri, 23 Sep 2011 14:38:24 +0300 Timo Sirainen maildir: Don't always drop new flag from files when syncing.
Fri, 23 Sep 2011 00:49:51 +0300 Timo Sirainen lib-storage: mail_namespace_find_unalias() crashed when namespace wasn't found.
Fri, 23 Sep 2011 00:46:19 +0300 Timo Sirainen doveadm server: Previous non-authentication fix broken authentication.
Fri, 23 Sep 2011 00:04:11 +0300 Timo Sirainen fts: Support also RFC 2231 style parsing when finding the attachment filename.
Thu, 22 Sep 2011 23:59:48 +0300 Timo Sirainen fts: Fixed running attachment decoder scripts.
Thu, 22 Sep 2011 14:31:57 +0300 Timo Sirainen imapc: Fix to previous message saving change.
Thu, 22 Sep 2011 14:24:03 +0300 Timo Sirainen imapc: Allow accessing a mail that is being saved without crashing.
Thu, 22 Sep 2011 14:21:56 +0300 Timo Sirainen iampc: Small code cleanup.
Thu, 22 Sep 2011 13:09:18 +0300 Timo Sirainen lib-mail: Added broken input workaround to rfc822_parse_content_param().
Thu, 22 Sep 2011 12:54:27 +0300 Timo Sirainen login: Added -R <dir> parameter to write pre-login rawlogs to given directory.
Thu, 22 Sep 2011 01:38:34 +0300 Timo Sirainen login: "cert required, client didn't start TLS" error could have been logged wrongly.
Wed, 21 Sep 2011 17:51:59 +0300 Timo Sirainen Added new mail_location setting "UTF8" to use UTF-8 instead of mUTF-7 in storage names.
Wed, 21 Sep 2011 16:18:19 +0300 Timo Sirainen imapc: Don't try to send literal stream output until its '+' has been received.
Wed, 21 Sep 2011 15:58:26 +0300 Timo Sirainen imapc: Added imapc_rawlog_dir setting.
Wed, 21 Sep 2011 15:57:57 +0300 Timo Sirainen Added rawlog i/ostreams.
Wed, 21 Sep 2011 15:54:06 +0300 Timo Sirainen lib-ssl-iostream: If flush wants to read, make sure the flush callback isn't being called again.
Wed, 21 Sep 2011 15:53:00 +0300 Timo Sirainen ostream: Keep track of flush callback for filter ostreams as well.
Wed, 21 Sep 2011 15:51:00 +0300 Timo Sirainen i_stream_next_line(): Don't fail if stream doesn't have write buffer, we can handle it.
Wed, 21 Sep 2011 14:40:35 +0300 Timo Sirainen Simplified creating filter ostreams.
Wed, 21 Sep 2011 13:56:13 +0300 Timo Sirainen Renamed lib/*-internal.h files to lib/*-private.h for consistency.
Mon, 19 Sep 2011 17:10:11 +0300 Timo Sirainen doveadm: Fixed sending commands to doveadm server when it didn't require authentication.
Wed, 21 Sep 2011 12:34:02 +0300 Timo Sirainen lib-ssl-iostream: Don't require SSL ostream to always have unlimited buffer size.
Tue, 20 Sep 2011 16:44:32 +0300 Timo Sirainen imapc: Added more checks to catch buggy IMAP server responses.
Tue, 20 Sep 2011 16:42:58 +0300 Timo Sirainen imapc: When remote IMAP server becomes confused, don't mark our indexes corrupted.
Tue, 20 Sep 2011 15:36:39 +0300 Timo Sirainen imapc: Filter out X-Message-Flag: header from incoming mails.
Tue, 20 Sep 2011 15:22:37 +0300 Timo Sirainen imapc: If FETCH is missing a reply, but we haven't seen EXPUNGE for it, do NOOP and check again.
Tue, 20 Sep 2011 13:34:52 +0300 Timo Sirainen Increased initial memory pool sizes.
Tue, 20 Sep 2011 13:34:36 +0300 Timo Sirainen imapc: If mailbox sync fails, don't mark index corrupted.
Tue, 20 Sep 2011 13:33:34 +0300 Timo Sirainen imapc: next_uid was sometimes lowered.
Tue, 20 Sep 2011 13:31:32 +0300 Timo Sirainen imapc: When IMAP server unexpectedly doesn't send a reply, log also the mailbox name.
Tue, 20 Sep 2011 13:30:08 +0300 Timo Sirainen inotify: If read() fails with EAGAIN, ignore it instead of dying.
Tue, 20 Sep 2011 11:53:02 +0300 Timo Sirainen imapc: Handle disconnection better when fetching a mail.
Mon, 19 Sep 2011 18:41:36 +0300 Timo Sirainen Enable --no-undefined linker flag only for Linux.
Mon, 19 Sep 2011 18:33:40 +0300 Timo Sirainen fts-lucene: Fixed to work without stemmer support.
Mon, 19 Sep 2011 18:28:14 +0300 Timo Sirainen Compile fix for OpenBSD.
Mon, 19 Sep 2011 14:25:29 +0300 Timo Sirainen doveadm: Typofix s/messsage/message/
Fri, 16 Sep 2011 17:00:30 +0300 Timo Sirainen Added signature for changeset f9e744ffe021
Fri, 16 Sep 2011 17:00:24 +0300 Timo Sirainen Added tag 2.1.alpha2 for changeset f9e744ffe021
Fri, 16 Sep 2011 17:00:24 +0300 Timo Sirainen Released v2.1.alpha2.
Fri, 16 Sep 2011 16:59:10 +0300 Timo Sirainen Merged changes from v2.0.15.
Fri, 16 Sep 2011 16:45:25 +0300 Timo Sirainen Added signature for changeset 11ef52450096
Fri, 16 Sep 2011 16:45:22 +0300 Timo Sirainen Added tag 2.0.15 for changeset 11ef52450096
Fri, 16 Sep 2011 16:45:22 +0300 Timo Sirainen Released v2.0.15.
Fri, 16 Sep 2011 16:40:32 +0300 Timo Sirainen auth: Use "auth-worker:" log prefix for auth worker processes.
Fri, 16 Sep 2011 14:59:34 +0300 Timo Sirainen lib-storage: Improved debug logging messages.
Fri, 16 Sep 2011 13:14:11 +0300 Timo Sirainen lib-storage: If shared namespace prefix doesn't end with hierarchy separator, fail.
Fri, 16 Sep 2011 13:06:48 +0300 Timo Sirainen lib-storage: If mailbox_rename() isn't possible and mail_debug=yes, log the reason why.
Fri, 16 Sep 2011 12:57:40 +0300 Timo Sirainen lib-storage: Changed debug message to sound less like an error message.