log

age author description
Mon, 20 Feb 2017 15:28:36 +0200 Aki Tuomi lib,lib-storage: Move hook building code to lib
Mon, 20 Feb 2017 14:34:25 +0200 Aki Tuomi lib-index: Allow multiple hooks for transaction creation
Tue, 21 Feb 2017 14:20:22 +0200 Timo Sirainen lib-storage: Fix mail.access_type for search prefetches
Tue, 21 Feb 2017 13:48:36 +0200 Timo Sirainen lmtp: Fix lmtp_user_concurrency_limit when userdb changes the username
Tue, 21 Feb 2017 11:55:55 +0200 Timo Sirainen cassandra: Don't use i_error() from non-main thread
Tue, 21 Feb 2017 13:08:59 +0200 Timo Sirainen lib-storage: Fix assert-crash on corrupted dovecot.list.index with name_id==0
Mon, 20 Feb 2017 19:35:45 +0200 Timo Sirainen lib-storage: Add asserts to make sure lookup_abort is being used correctly.
Mon, 20 Feb 2017 19:34:25 +0200 Timo Sirainen lib-storage, pop3-migration: Reset lookup_abort before continuing to search
Tue, 21 Feb 2017 11:52:59 +0200 Aki Tuomi auth: Make sure tokeninfo or introspection URL is given
Tue, 21 Feb 2017 11:21:19 +0200 Aki Tuomi auth: Make tokeninfo optional
Tue, 21 Feb 2017 11:18:37 +0200 Aki Tuomi lib-oauth2: Support basic authorization
Mon, 20 Feb 2017 14:50:39 +0200 Aki Tuomi lib-lda: Do not involve mail-deliver plugin unnecessarely
Mon, 20 Feb 2017 14:26:41 +0200 Timo Sirainen lib-compression: Fix test-compression to build without zlib
Mon, 20 Feb 2017 14:07:23 +0200 Timo Sirainen imap: Revert change to use [PARSE] in FETCH replies.
Mon, 20 Feb 2017 09:18:45 +0200 Aki Tuomi pop3c: Add no pipelining pop3c feature
Wed, 25 May 2016 01:57:08 +0200 Stephan Bosch Partially implemented IMAP SEARCH=X-MIMEPART capability.
Sat, 14 Jan 2017 13:33:05 +0100 Stephan Bosch lib-imap: Created test-imap-envelope.
Thu, 29 Dec 2016 14:02:05 +0100 Stephan Bosch lib-imap: imap-envelope: Added function for parsing ENVELOPE from string.
Wed, 26 Oct 2016 23:44:47 +0200 Stephan Bosch lib-imap: Added more comments to imap-bodystructure and imap-envelope.
Mon, 24 Oct 2016 01:45:18 +0200 Stephan Bosch lib-imap: imap-bodystructure: Added support for making imap_bodystructure_parse() work without a pre-existing message_part tree.
Mon, 24 Oct 2016 01:01:19 +0200 Stephan Bosch lib-mail: message-part-data: Implemented message_part_data_get_filename().
Mon, 24 Oct 2016 00:19:05 +0200 Stephan Bosch lib-mail: message-part-data: Renamed struct message_part_envelope_data to message_part_envelope.
Sun, 23 Oct 2016 22:29:49 +0200 Stephan Bosch lib-imap: imap-envelope: Moved imap_envelope_headers to lib-mail/message-part-data as message_part_envelope_headers.
Sun, 23 Oct 2016 20:05:33 +0200 Stephan Bosch lib-imap: imap-bodystructure: Moved message_part_data header parsing and query functions to their own module in lib-mail.
Sun, 23 Oct 2016 19:47:12 +0200 Stephan Bosch lib-imap: imap-bodystructure: Renamed imap_bodystructure_is_plain_7bit() to message_part_data_is_plain_7bit().
Sun, 23 Oct 2016 19:00:10 +0200 Stephan Bosch lib-imap: imap-envelope: Renamed imap_envelope_parse_header() to message_part_envelope_parse_from_header().
Sun, 23 Oct 2016 18:10:01 +0200 Stephan Bosch lib-imap: imap-evenvelope: Changed imap_envelope_get_field() into a private equivalent.
Sun, 23 Oct 2016 17:51:59 +0200 Stephan Bosch lib-imap: imap-bodystructure: Renamed imap_bodystructure_parse_header() to message_part_data_parse_from_header().
Sun, 23 Oct 2016 17:27:07 +0200 Stephan Bosch lib-imap: imap-bodystructure: Grouped together functions relating to the conversion of BODYSTRUCTURE to BODY.
Sun, 23 Oct 2016 16:50:25 +0200 Stephan Bosch lib-imap: imap-bodystructure: Changed struct message_part_body to contain fully decoded data.