Commit 06931f48 06931f487bd08accbce56fbad4a4e2a27626ca29 by Sergey Poznyakoff

Fixed `SELECT INBOX' testcase.

1 parent 17a648e8
......@@ -35,7 +35,8 @@
* imap4d/search.c (_scan_body): Bugfix. Add null terminator to
the string read.
* imap4d/testsuite/imap4d/search.exp: Fixed `wine' testcase.
Fixed `SELECT INBOX' testcase.
2002-12-10 Sergey Poznyakoff
* include/mailutils/libsieve.h
......
......@@ -34,12 +34,10 @@
imap4d_start
imap4d_auth "user!passwd" "guessme"
set UIDVALIDITY [clock seconds]
imap4d_test "SELECT INBOX"\
"95 EXISTS"\
"95 RECENT"\
"OK \[UIDVALIDITY $UIDVALIDITY\] UID valididy status"\
-re {OK \[UIDVALIDITY [0-9]+\] UID valididy status}\
"OK \[UIDNEXT 96\] Predicted next uid"\
"OK \[UNSEEN 1\] first unseen messsage "\
"FLAGS (\\Answered \\Flagged \\Deleted \\Seen \\Draft)"\
......