wasm-demo/demo/ermis-f/imap-protocol/cur/1600095104.22903.mbox:2,S

18 lines
747 B
Plaintext

MBOX-Line: From bill.shannon at sun.com Mon Jul 2 11:49:37 2007
To: imap-protocol@u.washington.edu
From: Bill Shannon <bill.shannon@sun.com>
Date: Fri Jun 8 12:34:40 2018
Subject: [Imap-protocol] IMAP mutual exclusion
Message-ID: <468948C1.8040200@sun.com>
I occasionally get questions from people who want to have multiple
clients process the messages in a single mailbox. Usually this
is done to balance load across multiple clients. Each message in
the mailbox needs to be processed by exactly one client.
Is there a well-defined way for clients to coordinate the processing
of messages in the mailbox using the IMAP protocol? Is there an
equivalent of "test and set" in the IMAP protocol? Or is one of the
newer extensions required?