log

age author description
Fri, 29 Jan 2016 10:29:05 +0200 Aki Tuomi lib: Add tests for str_is_float
Fri, 29 Jan 2016 10:28:53 +0200 Aki Tuomi lib: Add str_is_float check function
Thu, 28 Jan 2016 20:47:02 +0200 Timo Sirainen dsync: Improved header hash v2 algorithm to remove repeated '?' chars.
Thu, 28 Jan 2016 20:23:51 +0200 Timo Sirainen lib-index: Memory leak fix for test-mail-index-map
Thu, 28 Jan 2016 20:16:31 +0200 Timo Sirainen pop3-migration: Fix to 5407a86 - don't sync POP3 UIDLs when we don't need to
Thu, 28 Jan 2016 19:56:38 +0200 Timo Sirainen dsync: Avoid finishing importer successfully on exporter failures.
Thu, 28 Jan 2016 19:55:06 +0200 Timo Sirainen doveadm backup: If local mailbox has more mails than remote, detect and delete it earlier.
Thu, 28 Jan 2016 19:51:43 +0200 Timo Sirainen imapc: Don't mark the initial sync done if it wasn't successful.
Thu, 28 Jan 2016 19:49:56 +0200 Timo Sirainen imapc: Handle disconnection when NOOP is sent to verify if mail is expunged.
Thu, 28 Jan 2016 19:48:09 +0200 Timo Sirainen lib-index: Added unit test to mail_index_map_lookup_seq_range()
Thu, 28 Jan 2016 17:53:41 +0200 Timo Sirainen imapc: Don't ignore FETCH, SEARCH and EXPUNGE returning NO failures in syncing.
Thu, 28 Jan 2016 17:43:01 +0200 Timo Sirainen imapc: If FETCH didn't send our wanted data, log the tagged FETCH reply text.
Thu, 28 Jan 2016 17:29:57 +0200 Timo Sirainen imapc: Don't use fetch-fix-broken-mails for NO [LIMIT] FETCH replies
Thu, 28 Jan 2016 17:15:20 +0200 Timo Sirainen imapc: Remove X-Message-Flag filtering if imapc_features has rfc822.size
Thu, 28 Jan 2016 17:03:15 +0200 Timo Sirainen doveadm: All commands iterating mails stop now if doveadm has been killed.
Thu, 28 Jan 2016 16:59:48 +0200 Timo Sirainen doveadm: Enable SIGINT and SIGTERM signal handler for all doveadm mail commands.
Thu, 28 Jan 2016 16:43:37 +0200 Timo Sirainen doveadm backup: Detect and handle conflicts earlier.
Thu, 28 Jan 2016 16:26:53 +0200 Timo Sirainen imapc: Fixed assert-crash in mailbox syncing, if mailbox couldn't be opened.
Thu, 28 Jan 2016 15:36:58 +0200 Timo Sirainen imap: Send all pending tagged command replies before APPEND is started.
Thu, 28 Jan 2016 15:16:29 +0200 Timo Sirainen lib: Added json_append_escaped_data() to escape non-NUL terminated input.
Thu, 28 Jan 2016 15:05:38 +0200 Timo Sirainen lib: json_append_escaped() doesn't need to escape the 8bit chars.
Thu, 28 Jan 2016 13:45:48 +0200 Timo Sirainen lib-index: If transaction log was locked for at least 30 secs, log a warning (not at 3min)
Wed, 27 Jan 2016 15:44:54 +0200 Timo Sirainen pop3-migration: Perform UIDL syncing a bit earlier to work around Yahoo IMAP bug.
Wed, 27 Jan 2016 15:16:18 +0200 Timo Sirainen imapc: Don't use fetch-fix-broken-mails for OK and NO [SERVERBUG] FETCH replies
Wed, 27 Jan 2016 10:17:44 +0200 Timo Sirainen lib: Make static analyzer happier about istream-chain changes
Wed, 27 Jan 2016 02:04:00 +0200 Timo Sirainen pop3c: Fixed assert-crash when prefetching a mail failed.
Wed, 27 Jan 2016 01:12:21 +0200 Timo Sirainen *-login: Add all returned passdb fields to struct client_auth_reply.all_fields
Wed, 27 Jan 2016 00:35:34 +0200 Timo Sirainen fts-solr: Changed default operator to AND to fix multi-word queries.
Tue, 26 Jan 2016 23:51:16 +0200 Timo Sirainen pop3c: Compiler warning fix for using wrong enum type
Tue, 26 Jan 2016 22:10:29 +0200 Timo Sirainen pop3-migration: If reading message header for hashing fails, fail immediately.