• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<testcase>
2<info>
3<keywords>
4IMAP
5Clear Text
6SELECT
7UIDVALIDITY
8</keywords>
9</info>
10
11#
12# Server-side
13<reply>
14<data>
15body
16
17--
18  yours sincerely
19</data>
20</reply>
21
22#
23# Client-side
24<client>
25<server>
26imap
27</server>
28 <name>
29IMAP SELECT UIDVALIDITY Success
30 </name>
31 <command>
32'imap://%HOSTIP:%IMAPPORT/802;UIDVALIDITY=3857529045/;MAILINDEX=123/;SECTION=TEXT' -u user:secret
33</command>
34</client>
35
36#
37# Verify data after the test has been "shot"
38<verify>
39<protocol>
40A001 CAPABILITY
41A002 LOGIN user secret
42A003 SELECT 802
43A004 FETCH 123 BODY[TEXT]
44A005 LOGOUT
45</protocol>
46</verify>
47</testcase>
48