Hi,

As part of my implementation I have a read only folder whose contents
may change from session to session.
It is purely read only but clients still try to set the flags in it.
Some of them report errors if I return a "NO" response from the server.

Thus I would like to ask if the following sequence is compliant:

003 SELECT Folder
* FLAGS ()
* 2 EXISTS
* 0 RECENT
* OK [UNSEEN 1] Message 1 is the first unseen
* OK [UIDVALIDITY 1070970640] UIDs VALID
* PERMANENTFLAGS ()
003 OK [READ-ONLY] SELECT COMPLETED

004 FETCH 1:* (FLAGS)
* 1 FETCH (FLAGS ())
* 2 FETCH (FLAGS ())
004 OK FETCH Completed

005 STORE 1 FLAGS (\seen)
005 OK STORE Completed but I ignored you because this is read only

Also given that I cannot predict what the next UID would be,
what should the NEXTUID response be (omitted in above example until I
can resolve this).

Thanks Richard.


-- 
-----------------------------------------------------------------
 For information about this mailing list, and its archives, see: 
 http://www.washington.edu/imap/imap-list.html
-----------------------------------------------------------------

Reply via email to