log src/lib-storage/index/imapc/imapc-mail-fetch.c @ 21659:0f6a1fee4c7f

age author description
Tue, 21 Feb 2017 15:44:09 +0200 Timo Sirainen imapc: Error handling wasn't setting storage error everywhere.
Fri, 17 Feb 2017 16:20:06 +0200 Timo Sirainen lib-storage: Add mail.mail_stream_opened and .mail_metadata_accessed
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Tue, 29 Mar 2016 20:38:19 +0300 Timo Sirainen imapc: Don't try to FETCH uncommitted mails, because it would attempt to FETCH uid=0
Thu, 28 Jan 2016 17:43:01 +0200 Timo Sirainen imapc: If FETCH didn't send our wanted data, log the tagged FETCH reply text.
Thu, 28 Jan 2016 17:29:57 +0200 Timo Sirainen imapc: Don't use fetch-fix-broken-mails for NO [LIMIT] FETCH replies
Thu, 28 Jan 2016 17:15:20 +0200 Timo Sirainen imapc: Remove X-Message-Flag filtering if imapc_features has rfc822.size
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
Mon, 25 Jan 2016 10:26:17 +0200 Timo Sirainen imapc: Prefetching shouldn't send FETCH requests for headers that are already cached.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Tue, 25 Aug 2015 16:50:17 +0300 Timo Sirainen imapc: If FETCH commands fail, have imapc_mail_fetch() always return failure.
Mon, 04 May 2015 18:31:27 +0300 Timo Sirainen imapc: Various optimization fixes to fetching messages' virtual size.
Wed, 15 Apr 2015 21:01:11 +0300 Timo Sirainen imapc: Added imapc_features=zimbra-workarounds
Wed, 11 Mar 2015 23:05:34 +0200 Timo Sirainen imapc: Prefetching wasn't done for headers if there weren't also other fields.
Wed, 11 Mar 2015 14:39:52 +0200 Timo Sirainen imapc: Don't flush prefetch FETCH command before it has mail_prefetch_count number of mails.
Wed, 11 Mar 2015 14:39:26 +0200 Timo Sirainen imapc: Make sure we don't flush prefetch FETCH command unneededly.
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Thu, 20 Mar 2014 17:00:31 +0200 Timo Sirainen imapc: Avoid hanging when running into server problems.
Thu, 20 Mar 2014 16:15:24 +0200 Timo Sirainen imapc: Fixed crash when FETCH command immediately failed due to connection error.
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Sun, 17 Nov 2013 16:59:33 +0200 Timo Sirainen imapc: Merge identical FETCH commands together (only updating UID range)
Sun, 17 Nov 2013 00:41:23 +0200 Timo Sirainen imapc: Fixes to imapc_feature fetch-headers
Sat, 16 Nov 2013 20:10:27 +0200 Timo Sirainen imapc: When sending FETCH, always request also missing wanted_fields.
Sat, 16 Nov 2013 20:09:19 +0200 Timo Sirainen imapc: Avoid FETCH INTERNALDATE for getting save_date when we already know received_date.
Sat, 16 Nov 2013 20:06:34 +0200 Timo Sirainen imapc: Don't send FETCHes for data that is already in cache.
Sat, 16 Nov 2013 19:41:07 +0200 Timo Sirainen imapc: Crashfix for previous change
Sat, 16 Nov 2013 19:36:40 +0200 Timo Sirainen imapc: Added imapc_feature fetch-header.
Wed, 10 Jul 2013 06:54:57 +0300 Timo Sirainen imapc: Reorganize code so that imapc_list works without imapc_storage.
Sat, 02 Feb 2013 17:02:55 +0200 Timo Sirainen Oops :) Update copyrights to 2013 without breaking all .c files.
Sat, 02 Feb 2013 17:01:07 +0200 Timo Sirainen Updated copyright notices to include year 2013.
Sun, 19 Aug 2012 16:17:32 +0300 Timo Sirainen Removed CONTEXT_TYPE_SAFETY macro and reimplemented its functionality better.
Fri, 30 Mar 2012 05:20:08 +0300 Timo Sirainen imapc: Added imapc_features=rfc822.size setting to use RFC822.size for physical sizes.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Wed, 14 Dec 2011 13:00:05 +0200 Timo Sirainen imapc: Avoid assert-crashing when replacing mail stream with a new one.
Mon, 12 Dec 2011 08:45:32 +0200 Timo Sirainen imapc: Added support for fetching GUID from remote server, if supported.
Wed, 12 Oct 2011 19:08:31 +0300 Timo Sirainen lib-storage: Added mail_log_update_wanted_fields()
Sun, 09 Oct 2011 20:38:11 +0300 Timo Sirainen imapc: Support retrying some IMAP commands if we get disconnected.
Fri, 07 Oct 2011 20:10:11 +0300 Timo Sirainen imapc: Command sending API changed to be more extensible.
Wed, 05 Oct 2011 17:55:29 +0300 Timo Sirainen imapc: Fixed fetching data for a saved, but uncommitted, mail.
Wed, 05 Oct 2011 17:51:01 +0300 Timo Sirainen imapc: Memory leak fixes.
Tue, 04 Oct 2011 17:22:55 +0300 Timo Sirainen lib-storage: Verify that cached message size matches actually read size.
Sat, 01 Oct 2011 17:55:18 +0300 Timo Sirainen imapc: Changed imapc_client_mailbox_cmd() parameter order to be same as in _cmdf().
Fri, 30 Sep 2011 18:53:09 +0300 Timo Sirainen imapc: Keep the last fetched message body cached until mailbox is closed.
Thu, 22 Sep 2011 14:24:03 +0300 Timo Sirainen imapc: Allow accessing a mail that is being saved without crashing.
Tue, 20 Sep 2011 15:36:39 +0300 Timo Sirainen imapc: Filter out X-Message-Flag: header from incoming mails.
Thu, 08 Sep 2011 16:52:32 +0300 Timo Sirainen imapc: If mail prefetching fails because of disconnection, don't log about it again.
Sun, 04 Sep 2011 12:37:51 +0300 Timo Sirainen imapc: Fixed handling immediate changes when starting IDLE.
Sun, 04 Sep 2011 12:04:09 +0300 Timo Sirainen imapc: Error logging cleanups.
Mon, 04 Apr 2011 15:27:33 +0300 Timo Sirainen imapc: Fixes to handling expunges.
Mon, 04 Apr 2011 14:09:11 +0300 Timo Sirainen imapc: Removed support for connection locking and multiple connections to mailbox.
Mon, 04 Apr 2011 13:42:23 +0300 Timo Sirainen imapc: Stop FETCH wait after untagged reply is received, don't wait for tagged reply.
Thu, 31 Mar 2011 11:10:22 +0300 Timo Sirainen Search supports now prefetching data for returned mails. Dropped imapc's own prefetching.