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.