log

age author description
Thu, 09 Mar 2017 11:32:21 -0500 Timo Sirainen *-login: Remove unused client.proxy_state
Thu, 09 Mar 2017 10:48:33 -0500 Timo Sirainen pop3-login: Remove usage of client.common.proxy_state
Thu, 09 Mar 2017 10:46:36 -0500 Timo Sirainen pop3-login: Log proxy state as human-readable string.
Thu, 09 Mar 2017 10:41:52 -0500 Timo Sirainen imap-login: Log proxy state as human-readable string.
Thu, 09 Mar 2017 10:31:39 -0500 Timo Sirainen *-login: Add client.proxy_get_state() for providing human-readable proxy state
Tue, 07 Mar 2017 14:36:45 -0500 Timo Sirainen pop3: Set process title before syncing mailbox.
Wed, 08 Mar 2017 10:07:37 -0500 Timo Sirainen imap: If unhibernation fails due to a mailbox error, log the mailbox name.
Wed, 08 Mar 2017 09:28:14 -0500 Timo Sirainen imap: When disconnecting due to FETCH failure, include "FETCH" in the log message.
Tue, 07 Mar 2017 18:10:57 +0200 Aki Tuomi lib-sasl: Fix xoauth2 data format
Tue, 07 Mar 2017 10:09:20 +0200 Aki Tuomi db-oauth2: Make sure request is removed only once
Tue, 07 Mar 2017 10:08:08 +0200 Aki Tuomi lib-oauth2: Use http client destroy callback
Mon, 06 Mar 2017 13:16:12 +0200 Aki Tuomi auth: Apply skips to first passdb
Fri, 03 Mar 2017 08:31:50 +0200 Aki Tuomi lib-oauth2: Add missing content-type header
Thu, 20 Oct 2016 12:08:09 +0300 Timo Sirainen lib: Added i_strchr_to_next()
Wed, 01 Mar 2017 12:29:17 +0200 Martti Rannanjärvi fts: Don't add NULL content disposition or type to HTTP header
Mon, 27 Feb 2017 20:40:43 +0200 Aki Tuomi doveadm: Add missing newline to proxy kick output
Mon, 27 Feb 2017 20:38:43 +0200 Aki Tuomi doveadm: Ensure -- is added to command line before positional arguments for non-mails commands as well
Mon, 27 Feb 2017 19:12:32 +0200 Aki Tuomi doveadm: Ensure -- is added to command line before positional arguments
Mon, 27 Feb 2017 19:04:55 +0200 Aki Tuomi doveadm: Fix allow-empty-mailbox-name handling
Mon, 27 Feb 2017 14:21:48 +0200 Timo Sirainen doveadm move: Use mailbox_move() instead of copy+expunge
Mon, 27 Feb 2017 09:39:06 +0200 Martti Rannanjärvi master: add cassandra to printed build options
Sat, 25 Feb 2017 21:47:01 +0200 Timo Sirainen lib-dcrypt: Replace #if OPENSSL_VERSION_NUMBER with more explicit checks
Sat, 25 Feb 2017 21:41:03 +0200 Timo Sirainen lib-dcrypt: Move most of the OpenSSL #if handling to macros
Sun, 26 Feb 2017 15:37:36 +0200 Timo Sirainen lib: Fix t_strf*time() unit tests
Sun, 26 Feb 2017 15:21:13 +0200 Timo Sirainen dsync: Fix syncing attributes with large values.
Sun, 26 Feb 2017 14:32:44 +0200 Timo Sirainen lazy-expunge: Use mailbox_move() instead of mailbox_copy()
Fri, 24 Feb 2017 12:27:02 +0200 Timo Sirainen mail-filter: Add missing error handling in ostream-ext-filter
Fri, 24 Feb 2017 12:17:21 +0200 Timo Sirainen auth: Removed dead code from oauth2 mechanism
Fri, 24 Feb 2017 12:13:36 +0200 Timo Sirainen acl plugin: Fix Coverity warning
Thu, 23 Feb 2017 19:38:31 +0100 Stephan Bosch lib-http: client: Fixed i_unreached() failure occurring when a host's list of IPs changes while a connection is still pending.