log

age author description
Wed, 27 Jan 2016 15:44:54 +0200 Timo Sirainen pop3-migration: Perform UIDL syncing a bit earlier to work around Yahoo IMAP bug.
Wed, 27 Jan 2016 15:16:18 +0200 Timo Sirainen imapc: Don't use fetch-fix-broken-mails for OK and NO [SERVERBUG] FETCH replies
Wed, 27 Jan 2016 10:17:44 +0200 Timo Sirainen lib: Make static analyzer happier about istream-chain changes
Wed, 27 Jan 2016 02:04:00 +0200 Timo Sirainen pop3c: Fixed assert-crash when prefetching a mail failed.
Wed, 27 Jan 2016 01:12:21 +0200 Timo Sirainen *-login: Add all returned passdb fields to struct client_auth_reply.all_fields
Wed, 27 Jan 2016 00:35:34 +0200 Timo Sirainen fts-solr: Changed default operator to AND to fix multi-word queries.
Tue, 26 Jan 2016 23:51:16 +0200 Timo Sirainen pop3c: Compiler warning fix for using wrong enum type
Tue, 26 Jan 2016 22:10:29 +0200 Timo Sirainen pop3-migration: If reading message header for hashing fails, fail immediately.
Tue, 26 Jan 2016 19:56:43 +0200 Timo Sirainen dsync: When comparing headers' hashes to match messages, try to normalize the input.
Tue, 26 Jan 2016 17:55:10 +0200 Timo Sirainen pop3-migration: Don't change TAB to '?' when calculating header hash.
Tue, 26 Jan 2016 17:53:28 +0200 Timo Sirainen pop3-migration: Don't even try to match message sizes with pop3_migration_skip_size_check=yes
Tue, 26 Jan 2016 15:41:16 +0200 Timo Sirainen pop3c: Added support for TOP/RETR prefetching when PIPIELINING capability exists.
Tue, 26 Jan 2016 15:40:09 +0200 Timo Sirainen pop3c: Added full support for running commands asynchronously (with PIPELINING)
Tue, 26 Jan 2016 15:38:13 +0200 Timo Sirainen pop3c: Increased command timeout from 30s to 5mins.
Tue, 26 Jan 2016 15:22:50 +0200 Timo Sirainen pop3-migration: Cached header hashes weren't actually being used for imapc.
Tue, 26 Jan 2016 15:20:48 +0200 Timo Sirainen lib: istream-concat now seeks parent streams to correct offset.
Tue, 26 Jan 2016 15:17:34 +0200 Timo Sirainen lib: Small istream-concat code cleanup in preperation for next change
Tue, 26 Jan 2016 14:19:23 +0200 Timo Sirainen lib: Improved test-istream-seekable unit test to check for parent stream's offset at the end
Tue, 26 Jan 2016 13:51:47 +0200 Timo Sirainen lib: When closing istream-chain, make sure parent stream is seeked to correct offset.
Mon, 25 Jan 2016 22:34:24 +0200 Timo Sirainen pop3-migration: Add calculated header hashes to local cache.
Mon, 25 Jan 2016 22:33:29 +0200 Timo Sirainen pop3c: Preserve local cache even when server reorders messages.
Mon, 25 Jan 2016 21:57:35 +0200 Timo Sirainen pop3c: Avoid unnecessarily email deletions from local index when mails have been deleted from remote POP3.
Mon, 25 Jan 2016 17:37:02 +0200 Timo Sirainen imap: Finish all commands before starting IDLE.
Mon, 25 Jan 2016 10:26:17 +0200 Timo Sirainen imapc: Prefetching shouldn't send FETCH requests for headers that are already cached.
Sun, 24 Jan 2016 22:12:30 +0200 Timo Sirainen auth: Add any %variables in passdb/userdb { default_fields } to cache key.
Sun, 24 Jan 2016 22:10:01 +0200 Timo Sirainen auth: Avoid unnecessary work if passdb/userdb { override_fields, default_fields } aren't set.
Sun, 24 Jan 2016 22:07:55 +0200 Timo Sirainen .gitignore: Added *.orig and *.rej
Sun, 24 Jan 2016 22:06:30 +0200 Timo Sirainen config: Fixed '\' line continuation to work again.
Sun, 24 Jan 2016 20:07:58 +0200 Timo Sirainen imapc: If command times out, reconnect and retry if possible.
Sun, 24 Jan 2016 19:54:51 +0200 Timo Sirainen pop3-migration: Fix to 2f19f8 - Don't convert LF also to '?' in header hashes.