Hello everyone.

I want to learn whether courier-imap can use the user flag. (I am 
using courier-imap-1.7.0. )

I executed the following IMAP command. However, I was not able to 
set the user flag(userRecent) depending on the STORE command. 
-----------------------------------------------------
* OK Courier-IMAP ready. Copyright 1998-2003 Double Precision, Inc.  See COPYI
NG for distribution information.
A1 LOGIN test0 password
A1 OK LOGIN Ok.
A2 LIST "" INBOX
* LIST (\Marked \HasChildren) "." "INBOX"
A2 OK LIST completed
A3 SELECT INBOX
* FLAGS (\Draft \Answered \Flagged \Deleted \Seen \Recent)
* OK [PERMANENTFLAGS (\Draft \Answered \Flagged \Deleted \Seen)] Limited
* 3 EXISTS
* 0 RECENT
* OK [UIDVALIDITY 1031276937] Ok
A3 OK [READ-WRITE] Ok
A4 FETCH 1:3 (FLAGS)
* 1 FETCH (FLAGS ())
* 2 FETCH (FLAGS ())
* 3 FETCH (FLAGS ())
A4 OK FETCH completed.
A5 STORE 3 +FLAGS (userRecent)  <-- this line
* 3 FETCH (FLAGS ())
A5 OK STORE completed.
A6 FETCH 1:3 (FLAGS)
* 1 FETCH (FLAGS ())
* 2 FETCH (FLAGS ())
* 3 FETCH (FLAGS ())
A6 OK FETCH completed.
A7 LOGOUT
* BYE Courier-IMAP server shutting down
A7 OK LOGOUT completed
Connection closed by foreign host.
-----------------------------------------------------

In other IMAP servers, the user flag(userRecent) was able to be set.
Cannot the user flag be used for courier-imap?
Please teach me the answer. 
And, Please teach when there is an evasion plan. 

Thank you.
------------------------------------------------------------
Takae Kanai : [EMAIL PROTECTED]


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to