log

age author description
Thu, 15 Jun 2017 12:46:47 +0300 Timo Sirainen imap-login: Fix storing ID NIL values into client_id
Wed, 14 Jun 2017 11:47:00 +0300 Timo Sirainen imap-login: Remove duplicate spaces between ID x-forward parameters
Wed, 14 Jun 2017 10:50:38 +0300 Timo Sirainen imap-login: Fix crash in ID if trusted client sends NIL value to internal field
Tue, 13 Jun 2017 22:14:11 +0300 Timo Sirainen lib-index: Fix cache lookups from uncommitted transactions with in-memory indexes
Tue, 13 Jun 2017 21:54:00 +0300 Timo Sirainen lib-mail: istream-header-filter - Fix HEADER_FILTER_ADD_MISSING_EOH with empty input
Wed, 14 Jun 2017 03:21:19 +0300 Timo Sirainen lib: istream-seekable - Fix reading when parent stream's content is larger than max_buffer_size
Mon, 12 Jun 2017 23:45:05 +0300 Timo Sirainen push-notification: Switch to main ioloop while calling drivers' commit callbacks
Fri, 09 Jun 2017 18:10:14 +0300 Timo Sirainen mail-crypt-acl: Fix assert-crash due to missing namespace initialization
Tue, 23 May 2017 14:12:49 +0300 Josef 'Jeff' Sipek pop3: send back auth reply sooner
Tue, 23 May 2017 13:01:48 +0300 Josef 'Jeff' Sipek pop3: initialize namespaces explicitly
Fri, 19 May 2017 10:58:18 +0300 Josef 'Jeff' Sipek pop3: client_create_from_input shouldn't process input
Fri, 19 May 2017 10:51:22 +0300 Josef 'Jeff' Sipek pop3: client_create_from_input should return the client struct
Fri, 19 May 2017 10:46:05 +0300 Josef 'Jeff' Sipek pop3: rename login_client_connected() client arg to login_client
Fri, 19 May 2017 10:42:03 +0300 Josef 'Jeff' Sipek pop3: move pop3 session locking out of client_create
Tue, 30 May 2017 16:57:45 +0300 Timo Sirainen auth: Don't lose all forward_ fields if the first passdb lookup fails.
Wed, 24 May 2017 20:19:11 +0200 Stephan Bosch lib-http: client: Only drop queued requests when a DNS lookup fails; not also the ones that are already in progress.
Wed, 24 May 2017 21:59:32 +0200 Stephan Bosch lib-http: client: When a request is destroyed prematurely during payload input, consider the payload stream destroyed and act accordingly.
Wed, 24 May 2017 19:08:43 +0200 Stephan Bosch lib-http: client: Explicitly destroy the response payload timeout stream when the request is destroyed while receiving payload.
Tue, 30 May 2017 18:25:50 +0300 Timo Sirainen lib-storage: Fix crash in mail_get_header_stream() when its previous stream wasn't at EOF
Wed, 31 May 2017 14:32:30 +0300 Sergey Kitov quota: assertion for *args != NULL is added in order to avoid warning from static analyzer and *args[0] changed to (*args)[0]
Wed, 24 May 2017 18:27:10 +0300 Timo Sirainen quota: Fix infinite loop when parsing quota parameters
Fri, 19 May 2017 11:00:22 +0300 Sergey Kitov Whitespace cleanup
Fri, 19 May 2017 10:58:52 +0300 Sergey Kitov Dict backend parameters reading changed to use common parsing function
Fri, 19 May 2017 10:57:02 +0300 Sergey Kitov fs backend parameter parsing changed to use common function
Fri, 19 May 2017 10:52:46 +0300 Sergey Kitov imapc backend parameter parsing changed to use common function
Fri, 19 May 2017 10:49:01 +0300 Sergey Kitov maildir backend parameter parsing changed to use common function
Fri, 19 May 2017 10:46:27 +0300 Sergey Kitov quota root default init changed to use common param parse function
Thu, 18 May 2017 13:30:25 +0300 Sergey Kitov common quota parameter parsing function implemented
Wed, 07 Jun 2017 19:54:10 +0300 Timo Sirainen lib-storage: test-mail-search-args-simplify - test with initialized args
Wed, 07 Jun 2017 19:53:00 +0300 Timo Sirainen lib-storage: mail_search_args_simplify() - Fix merging already-initialized keywords
Wed, 07 Jun 2017 19:37:46 +0300 Timo Sirainen lib-storage: Fix mail_search_args_simplify() to not deinit too many args
Wed, 07 Jun 2017 19:36:19 +0300 Timo Sirainen lib-storage: Add mail_search_arg_one_deinit()
Wed, 14 Jun 2017 02:15:34 +0300 Timo Sirainen quota-clone: Fix compile warning
Mon, 12 Jun 2017 12:44:37 +0300 Timo Sirainen welcome: Fix sending parameters to welcome script.
Mon, 12 Jun 2017 14:24:59 +0300 Timo Sirainen pop3-migration: Strip trailing spaces from headers when calculating hash
Mon, 12 Jun 2017 14:35:22 +0300 Timo Sirainen imapc: If mailbox iteration fails, make sure error message isn't lost.
Mon, 12 Jun 2017 14:33:46 +0300 Timo Sirainen lib-storage: Fail mailbox list iteration early if it fails to get INBOX flags
Mon, 12 Jun 2017 14:16:13 +0300 Timo Sirainen lib-storage: If mailbox list iteration fails, don't add INBOX
Mon, 12 Jun 2017 12:18:28 +0300 Timo Sirainen imapc: Don't reconnect on DELETE if auth failure was already seen.
Mon, 12 Jun 2017 12:16:19 +0300 Timo Sirainen imapc: Don't reconnect on STATUS if auth failure was already seen.
Mon, 12 Jun 2017 11:57:52 +0300 Timo Sirainen imapc: Remove root_sep_lookup_failed cache
Mon, 12 Jun 2017 12:07:52 +0300 Timo Sirainen imapc: Check for auth failures when saving messages
Mon, 12 Jun 2017 12:03:39 +0300 Timo Sirainen imapc: Fix APPEND error message to include APPEND, not COPY
Mon, 12 Jun 2017 11:40:03 +0300 Timo Sirainen imapc: Make sure storage error has the proper auth failure error string
Mon, 12 Jun 2017 11:33:38 +0300 Timo Sirainen imapc: Cleanup - Rename auth_error to auth_failed_reason for consistency
Mon, 12 Jun 2017 11:32:23 +0300 Timo Sirainen imapc: Change auth_failed boolean to more specific auth_failed_state
Mon, 12 Jun 2017 11:05:31 +0300 Timo Sirainen imapc: Remove auth_failed check from imapc_list_get_storage_name()
Thu, 08 Jun 2017 20:34:39 +0300 Timo Sirainen imap-quota: If quota lookups fail, return NO for GETQUOTA/GETQUOTAROOT
Thu, 08 Jun 2017 20:34:27 +0300 Timo Sirainen quota: Update comments in quota.h
Thu, 08 Jun 2017 20:25:11 +0300 Timo Sirainen quota: quota_root_iter_next() - Iterate all visible roots
Thu, 08 Jun 2017 20:24:26 +0300 Timo Sirainen imap-quota: If quota root doesn't have any quotas, don't send empty QUOTA reply
Thu, 08 Jun 2017 20:29:05 +0300 Timo Sirainen quota-clone: Don't clone quota resources that aren't enabled.
Thu, 08 Jun 2017 20:39:47 +0300 Timo Sirainen lib-imap-client: Fix hang when imapc_client_get_capabilities() is called without connection
Wed, 07 Jun 2017 18:10:10 +0300 Timo Sirainen lib-mail: message_address_parse() - Fix fill_missing==TRUE handling
Wed, 07 Jun 2017 15:33:42 +0300 Timo Sirainen lib-mail: message_address_parse() - Handle invalid standalone phrases better
Wed, 07 Jun 2017 15:22:22 +0300 Timo Sirainen lib-mail: Improve test-message-address to test invalid addresses in lists
Wed, 07 Jun 2017 15:21:10 +0300 Timo Sirainen lib-mail: message_address_parse() - don't stop at <> when parsing address lists
Wed, 07 Jun 2017 15:08:27 +0300 Timo Sirainen lib-mail: message_address_parse() - don't stop at invalid addresses when parsing group
Wed, 07 Jun 2017 14:57:12 +0300 Timo Sirainen lib-mail: message_address_parse() - Fix reading out-of-bounds read on invalid input
Wed, 07 Jun 2017 13:34:39 +0300 Timo Sirainen lib-mail: message_address_parse() - Remove unnecessary NULL checks