Displaying 3 results from an estimated 3 matches for "8c49fb6d789b".
2015 May 04
4
imapc fetch optimization
Hi,
On 05/04/15 10:59, Timo Sirainen wrote:
> On 28 Apr 2015, at 23:49, Nagy, Attila <bra at fsn.hu> wrote:
>> Hi,
>>
>> imapc does a lot of UID FETCH $UID (BODY.PEEK[]), which is nice, because it works even with the dumbest IMAP server, altough it really kills performance, especially on high latency lines.
>>
>> I wonder: if IMAP servers can effectively
2015 May 04
0
imapc fetch optimization
...ontent-Type Reply-To)])
> Dovecot does this to the IMAP backend
> 18 UID FETCH 333574 (BODY.PEEK[])
Oh, there were several bugs related to that. Fixed:
http://hg.dovecot.org/dovecot-2.2/rev/8f20aa806bcc
http://hg.dovecot.org/dovecot-2.2/rev/d350a23207c2
http://hg.dovecot.org/dovecot-2.2/rev/8c49fb6d789b
2015 May 04
1
imapc fetch optimization
...ot does this to the IMAP backend
>> 18 UID FETCH 333574 (BODY.PEEK[])
>
> Oh, there were several bugs related to that. Fixed:
>
> http://hg.dovecot.org/dovecot-2.2/rev/8f20aa806bcc
> http://hg.dovecot.org/dovecot-2.2/rev/d350a23207c2
> http://hg.dovecot.org/dovecot-2.2/rev/8c49fb6d789b
Also if you want imapc to use the full set of features with latest Dovecot, use:
imapc_features=rfc822.size fetch-headers search
After that it shouldn't be fetching BODY.PEEK[] anymore unless the body was actually wanted to be fetched.