1<testcase>
2<info>
3<keywords>
4IMAP
5SELECT
6UIDVALIDITY
7FAILURE
8</keywords>
9</info>
10
11#
12# Server-side
13<reply>
14</reply>
15
16#
17# Client-side
18<client>
19<server>
20imap
21</server>
22 <name>
23IMAP 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>
3578
36</errorcode>
37<protocol>
38A001 CAPABILITY
39A002 LOGIN user secret
40A003 SELECT 803
41A004 LOGOUT
42</protocol>
43</verify>
44</testcase>
45