2 Jul
2008
2 Jul
'08
12:58 a.m.
--On Tuesday, July 01, 2008 11:36 PM +0300 Timo Sirainen tss@iki.fi wrote:
It contains cached data which speeds up Dovecot's replies to clients. So delete them only if you see problems for a specific mailbox. They're recreated the next time user opens the mailbox.
After the error message is logged, the code in imap_fetch_send() invokes this:
mail_set_cache_corrupted(ctx->mail, ctx->cur_size_field);
What uses that? Is that supposed to ultimately prevent the retry from using the cache file? It seems like that mechanism isn't working, as the client was getting into a loop.