log

age author description
Mon, 01 Feb 2016 17:57:07 +0200 Timo Sirainen pop3-migration: Use message_header_hash_more() instead of duplicating the code
Mon, 01 Feb 2016 17:56:49 +0200 Timo Sirainen lib-mail: Changed message_header_hash_more() to support any hash algorithm
Mon, 01 Feb 2016 17:38:11 +0200 Timo Sirainen lib: JSON parser can now optionally parse input that isn't an object.
Mon, 01 Feb 2016 17:30:23 +0200 Timo Sirainen lib: Fixed json-parser to correctly parse numbers at EOF.
Mon, 01 Feb 2016 17:00:11 +0200 Timo Sirainen lib: Code cleanup to json-parser - assume less that the root is an object
Fri, 29 Jan 2016 00:08:33 +0200 Timo Sirainen lib-mail, dsync: Moved dsync_mail_hash_more() to lib-mail/message-header-hash.*
Mon, 01 Feb 2016 14:44:11 +0200 Aki Tuomi lib-http: Add function to update HTTP response status
Thu, 21 Jan 2016 19:49:12 +0200 Aki Tuomi doveadm: Add JSON formatter support
Mon, 25 Jan 2016 10:50:23 +0200 Aki Tuomi doveadm-print: Add flag indicating number-only field
Fri, 29 Jan 2016 17:47:52 +0200 Timo Sirainen Compiler warning fix to previous commit
Fri, 29 Jan 2016 17:42:51 +0200 Timo Sirainen Replace host:port parsers with net_str2hostport().
Fri, 29 Jan 2016 17:32:30 +0200 Timo Sirainen lib: Added net_str2hostport()
Fri, 29 Jan 2016 16:23:57 +0200 Timo Sirainen last-login: Added last_login_precision setting
Fri, 29 Jan 2016 16:07:35 +0200 Timo Sirainen lib-sasl: Allow plugins to override the default SASL client mechanisms.
Fri, 29 Jan 2016 15:09:35 +0200 Timo Sirainen lib-imap: Write invalid Content-Transfer-Encoding value as "7bit" to BODY/BODYSTRUCTURE.
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.