log

age author description
Mon, 20 Feb 2017 00:26:28 +0200 Timo Sirainen lib-mail: Fix matched-parameter in HEADER_FILTER_ADD_MISSING_EOH callback
Sun, 19 Feb 2017 23:03:40 +0100 Stephan Bosch .gitignore: Fixed location of ignored m4 files.
Sat, 04 Feb 2017 16:15:57 +0100 Stephan Bosch lib-http: test-http-response-parse: Properly test multiple sequential responses.
Sun, 19 Feb 2017 21:58:54 +0100 Stephan Bosch auth: oauth2 mechanism: Fixed implicit boolean expression involving a pointer.
Sat, 18 Feb 2017 05:01:50 +0200 Timo Sirainen lib-storage: Add explicit MAIL_ERROR_LOOKUP_ABORT error
Fri, 17 Feb 2017 19:29:03 +0200 Timo Sirainen lib-storage: Add mail.access_type
Fri, 17 Feb 2017 19:07:53 +0200 Timo Sirainen lib-storage: Add mail_sort_max_read_count setting.
Fri, 17 Feb 2017 18:56:23 +0200 Timo Sirainen lib-storage: Add MAIL_ERROR_LIMIT
Fri, 17 Feb 2017 18:32:05 +0200 Timo Sirainen imap: If SEARCH/SORT fails but returns some results, send them to client.
Fri, 17 Feb 2017 18:30:51 +0200 Timo Sirainen lib-storage: Fix error handling when searching mails
Fri, 17 Feb 2017 18:24:31 +0200 Timo Sirainen lib-storage: Search optimization - avoid parsing message_parts unnecessarily
Fri, 17 Feb 2017 18:19:46 +0200 Timo Sirainen lib-storage: Fix error handling when sorting mails.
Fri, 17 Feb 2017 16:31:52 +0200 Timo Sirainen lib-storage: Change vsize calculation to use the new mail_stream_opened
Fri, 17 Feb 2017 16:20:06 +0200 Timo Sirainen lib-storage: Add mail.mail_stream_opened and .mail_metadata_accessed
Fri, 17 Feb 2017 16:14:39 +0200 Timo Sirainen lib-storage: Clarify what MAIL_LOOKUP_ABORT_READ_MAIL means.
Sun, 19 Feb 2017 01:44:21 +0200 Timo Sirainen dsync: Don't assert-crash if duplicate attributes are seen
Sun, 19 Feb 2017 15:47:48 +0200 Timo Sirainen imap: Fix running time in tagged command replies.
Sun, 19 Feb 2017 02:03:08 +0200 Timo Sirainen doveadm: Add explicit mail_storage_init/deinit() calls
Sun, 19 Feb 2017 02:02:20 +0200 Timo Sirainen lib-storage: mail_storage_init/deinit() is now reference counted.
Sun, 19 Feb 2017 02:01:24 +0200 Timo Sirainen lib-storage: Assert-crash if duplicate internal hooks are added.
Sun, 19 Feb 2017 15:54:53 +0200 Timo Sirainen fs-posix: Add "no-fsync" parameter.
Sun, 19 Feb 2017 14:49:20 +0200 Timo Sirainen imap: Code cleanup - Remove duplicate flags from imap_fetch_state
Sun, 19 Feb 2017 14:34:45 +0200 Timo Sirainen imap: Fix sending UID only when necessary on broken FETCHes.
Thu, 16 Feb 2017 20:39:12 +0200 Timo Sirainen imap: Include info about last command in disconnection log line.
Thu, 16 Feb 2017 20:29:46 +0200 Timo Sirainen imap: Code cleanup - Move code to client_command_stats_append()
Thu, 16 Feb 2017 20:17:32 +0200 Timo Sirainen imap: Add imap_client.logged_out at LOGOUT
Thu, 16 Feb 2017 20:14:55 +0200 Timo Sirainen imap: Code cleanup - move command stats to struct client_command_stats
Fri, 17 Feb 2017 15:46:38 +0200 Aki Tuomi mech-oauth2: Clarify logging
Fri, 17 Feb 2017 15:45:34 +0200 Aki Tuomi mech-oauth2: Set user_given=TRUE when username given in OAUTHBEARER
Fri, 17 Feb 2017 15:44:17 +0200 Aki Tuomi mech-oauth2: Fix gs2-header parsing
Sun, 19 Feb 2017 00:36:39 +0200 Timo Sirainen lib: Fix assert-crash in unit test.
Mon, 13 Feb 2017 15:33:21 +0200 Aki Tuomi auth: Add oauth2 passdb
Sat, 04 Feb 2017 23:56:04 +0200 Aki Tuomi auth: Add xoauth2 and oauthbearer mechanisms
Mon, 06 Feb 2017 12:56:27 +0200 Aki Tuomi auth: Add mechanism filter for passdbs
Wed, 08 Feb 2017 13:06:13 +0200 Aki Tuomi auth: Add accessor for passdb template arguments
Thu, 26 Jan 2017 10:49:08 +0200 Aki Tuomi lib-oauth2: Add support library for OAUTH2
Tue, 14 Feb 2017 18:48:51 +0200 Timo Sirainen lib-storage: Update vsize header after sync only if sizes are cached.
Tue, 07 Feb 2017 16:18:55 +0200 Timo Sirainen lib-storage: Add mail_vsize_bg_after_count setting.
Tue, 07 Feb 2017 13:53:52 +0200 Timo Sirainen lib-storage: Don't stop vsize calculation on expunged mails.
Wed, 15 Feb 2017 22:13:12 +0200 Timo Sirainen lib-index: Fix updating mail_index_header.day_first_uid
Wed, 15 Feb 2017 22:12:15 +0200 Timo Sirainen lib-index: Add day_stamp parameter to mail_index_update_day_headers()
Wed, 15 Feb 2017 18:20:05 +0200 Timo Sirainen lib-storage: Re-open mailbox after it's undeleted.
Wed, 15 Feb 2017 18:18:46 +0200 Timo Sirainen lib-storage: Don't sync mailbox after undeleting it.
Wed, 15 Feb 2017 18:05:14 +0200 Timo Sirainen lib-storage: Make sure mailbox undeletion won't go to infinite loop
Wed, 15 Feb 2017 23:32:52 +0200 Timo Sirainen mail-log: Add mail_log_cached_only setting.
Wed, 15 Feb 2017 13:46:06 -0500 Josef 'Jeff' Sipek lib-imap-client: pass the reply text to the auth-failed state change callback
Wed, 15 Feb 2017 09:13:05 -0500 Josef 'Jeff' Sipek lib-imap-client: invoke state change callback on "authentication success"
Wed, 15 Feb 2017 09:12:35 -0500 Josef 'Jeff' Sipek lib-imap-client: add callback to notify consumers about state changes
Tue, 14 Feb 2017 08:58:10 -0500 Josef 'Jeff' Sipek lib-imap-client: centralize authentication failed error logging
Sat, 04 Feb 2017 15:40:41 +0100 Stephan Bosch lib-http: response parser: Drop previous response's pool immediately when parsing continues.
Sat, 04 Feb 2017 16:21:51 +0100 Stephan Bosch lib-http: response parser: Always clear response to prevent referring to stale data.
Sat, 04 Feb 2017 13:59:10 +0100 Stephan Bosch lib-http: message parser: Don't allocate a pool for the next message until it is needed.
Sat, 04 Feb 2017 14:11:36 +0100 Stephan Bosch lib-http: message parser: Delay allocation of message header.
Sat, 04 Feb 2017 14:03:25 +0100 Stephan Bosch lib-http: message parser: Don't create the connection_options array, unless it is actually used.
Tue, 14 Feb 2017 17:35:54 +0200 Timo Sirainen lib-mail: Fix duplicate HEADER_FILTER_ADD_MISSING_EOH callback call
Wed, 15 Feb 2017 00:08:49 +0200 Timo Sirainen doveadm: Added "mailbox path" command
Tue, 14 Feb 2017 20:23:16 +0200 Timo Sirainen lib-lda: Code cleanup - remove unnecessary dest_mail check
Tue, 14 Feb 2017 20:20:07 +0200 Timo Sirainen lib-lda: Don't set mail_deliver_context.dest_mail too early.
Mon, 13 Feb 2017 20:49:12 +0200 Timo Sirainen lib-lda: Implement %{storage_id} correctly
Mon, 13 Feb 2017 20:47:51 +0200 Timo Sirainen lib-lda: Fix deliver_log_format variables with Sieve