220c84500ea17b8286e7c169e2f3c63fcc1fa86d
[platform/upstream/curl.git] / tests / data / test803
1 <testcase>
2 <info>
3 <keywords>
4 IMAP
5 SELECT
6 UIDVALIDITY
7 FAILURE
8 </keywords>
9 </info>
10
11 #
12 # Server-side
13 <reply>
14 </reply>
15
16 #
17 # Client-side
18 <client>
19 <server>
20 imap
21 </server>
22  <name>
23 IMAP SELECT UIDVALIDITY Failure
24  </name>
25  <command>
26 'imap://%HOSTIP:%IMAPPORT/803;UIDVALIDITY=12345/;UID=123' -u user:secret
27 </command>
28 </client>
29
30 #
31 # Verify data after the test has been "shot"
32 <verify>
33 # CURLE_REMOTE_FILE_NOT_FOUND - UIDVALIDITY mismatch
34 <errorcode>
35 78
36 </errorcode>
37 <protocol>
38 A001 CAPABILITY\r
39 A002 LOGIN user secret\r
40 A003 SELECT 803\r
41 A004 LOGOUT\r
42 </protocol>
43 </verify>
44 </testcase>