Hi,

Recently, Mew (http://www.mew.org/) is going to support IMAP4.  They
troubled with the behavior of Cyrus IMAPd.
When the last UID is N and a client issues `uid fetch <N+1>:*', N is
returned.  I tested it with 2.0.16 and 2.1.2.  Is it expected
behavior?

. uid fetch 63950:* flags
* 1281 FETCH (FLAGS (\Recent) UID 63950)
* 1282 FETCH (FLAGS (\Recent) UID 63951)
* 1283 FETCH (FLAGS (\Recent) UID 63952)
* 1284 FETCH (FLAGS (\Recent) UID 63953)
* 1285 FETCH (FLAGS (\Recent) UID 63954)
* 1286 FETCH (FLAGS (\Recent) UID 63955)
. OK Completed
. uid fetch 63956:* flags
* 1286 FETCH (FLAGS (\Recent) UID 63955)
. OK Completed
. uid fetch 63956:63957 flags
. OK Completed
. uid fetch 63956:* flags
* 1286 FETCH (FLAGS (\Recent) UID 63955)
. OK Completed
. uid fetch 63956:63957 flags
. OK Completed

--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
[EMAIL PROTECTED]  [EMAIL PROTECTED]  ume@{,jp.}FreeBSD.org
http://www.imasy.org/~ume/

Reply via email to