log

age author description
Sat, 01 Oct 2011 17:55:18 +0300 Timo Sirainen imapc: Changed imapc_client_mailbox_cmd() parameter order to be same as in _cmdf().
Sat, 01 Oct 2011 17:54:57 +0300 Timo Sirainen imapc: Don't assert-crash when receiving 0 size literal.
Sat, 01 Oct 2011 17:47:35 +0300 Timo Sirainen imapc: Make sure "is mail expunged?" NOOP is sent to correct connection.
Sat, 01 Oct 2011 17:41:12 +0300 Timo Sirainen imapc: Make sure mail cache is freed when mailbox is closed.
Sat, 01 Oct 2011 17:34:39 +0300 Timo Sirainen auth: Lazily load authdb_* and mech_* plugins only when they're needed.
Sat, 01 Oct 2011 17:24:09 +0300 Timo Sirainen auth: Renamed passdb_imap plugin to authdb_imap.
Sat, 01 Oct 2011 17:22:44 +0300 Timo Sirainen module_dir_load*(): Support filtering and ignoring missing modules.
Sat, 01 Oct 2011 17:09:00 +0300 Timo Sirainen Added ssl_protocols setting.
Sat, 01 Oct 2011 17:06:04 +0300 Timo Sirainen doveadm: Compile fix for previous auth change.
Sat, 01 Oct 2011 16:48:17 +0300 Timo Sirainen auth: If password data isn't valid for specified scheme, give a better error message.
Fri, 30 Sep 2011 19:02:31 +0300 Timo Sirainen imap: Memory leak fixes for invalid parameter handling.
Fri, 30 Sep 2011 18:53:09 +0300 Timo Sirainen imapc: Keep the last fetched message body cached until mailbox is closed.
Fri, 30 Sep 2011 18:19:17 +0300 Timo Sirainen imap: Moved partial fetch cache from static variable into struct client.
Fri, 30 Sep 2011 15:54:20 +0300 Timo Sirainen maildir: Handle open() failing with ESTALE.
Tue, 27 Sep 2011 18:57:14 +0300 Timo Sirainen stats: Mail commands were sorted in wrong order, so they were never removed from memory.
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.