blob: 5b8cc9eb6419c010c6161b1bfc45c9233b544a65 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001<testcase>
2<info>
3<keywords>
4IMAP
5Clear Text
6SELECT
7UIDVALIDITY
8FAILURE
9</keywords>
10</info>
11
12#
13# Server-side
14<reply>
15</reply>
16
17#
18# Client-side
19<client>
20<server>
21imap
22</server>
23 <name>
24IMAP SELECT UIDVALIDITY Failure
25 </name>
26 <command>
27'imap://%HOSTIP:%IMAPPORT/803;UIDVALIDITY=12345/;UID=123' -u user:secret
28</command>
29</client>
30
31#
32# Verify data after the test has been "shot"
33<verify>
34# CURLE_REMOTE_FILE_NOT_FOUND - UIDVALIDITY mismatch
35<errorcode>
3678
37</errorcode>
38<protocol>
39A001 CAPABILITY
40A002 LOGIN user secret
41A003 SELECT 803
42A004 LOGOUT
43</protocol>
44</verify>
45</testcase>