atom feed4 messages in net.sourceforge.lists.courier-usersRe: [courier-users] courier-imap and ...
FromSent OnAttachments
Michael JurneyAug 28, 2001 11:54 am 
James KnightAug 28, 2001 1:34 pm 
James KnightAug 28, 2001 1:35 pm 
Michael JurneyAug 28, 2001 2:26 pm 
Subject:Re: [courier-users] courier-imap and outlook express message deletions
From:Michael Jurney (mik@datasynapse.com)
Date:Aug 28, 2001 2:26:29 pm
List:net.sourceforge.lists.courier-users

On Tue, Aug 28, 2001 at 04:36:05PM -0400, James Knight wrote:

One thing I'd suggest trying is to turn on the use locks flag.

""Set IMAP_USELOCKS to 1 if you experience weird problems when using IMAP clients that open multiple connections to the server. I would hope that most IMAP clients are sane enough not to issue commands to multiple IMAP channels which conflict with each other.""

I'm not nearly that optimistic about most IMAP clients I've seen. They seem perfectly willing to open up two channels and get a message list in each one on the same mailbox. That may be what's happening with OE. It opens up one connection, starts downloading messages, then when she clicks on a particular message, it opens up another connection and tries to download that message. USELOCKS should fix that.

It seems that your pessimism was well placed in this case :)

Setting IMAP_USELOCKS to 1 handily fixed the problem. Thanks.