On Wed, 10 Dec 2003, Richard Bang wrote:
> 004 STORE 1 FLAGS (\Seen)
> * 1 FETCH (FLAGS (\seen) UID 12)
> 004 OK STORE Completed but only for this session

You shouldn't return UID for a non-UID FETCH that does not mention UID.
Otherwise, it will break RFC 1176 clients.  Better:

004 STORE 1 FLAGS (\Seen)
* 1 FETCH (FLAGS (\seen))
004 OK STORE Completed but only for this session

-- Mark --

http://panda.com/mrc
Democracy is two wolves and a sheep deciding what to eat for lunch.
Liberty is a well-armed sheep contesting the vote.

Reply via email to