1<testcase>
2<info>
3<keywords>
4IMAP
5SELECT
6</keywords>
7</info>
8
9#
10# Server-side
11<reply>
12<data>
13body
14
15--
16  yours sincerely
17</data>
18</reply>
19
20#
21# Client-side
22<client>
23<server>
24imap
25</server>
26 <name>
27IMAP doesn't perform SELECT if re-using the same mailbox
28 </name>
29 <command>
30'imap://%HOSTIP:%IMAPPORT/804/;UID=123/;SECTION=1' 'imap://%HOSTIP:%IMAPPORT/804/;UID=456/;SECTION=2.3' -u user:secret
31</command>
32</client>
33
34#
35# Verify data after the test has been "shot"
36<verify>
37<protocol>
38A001 CAPABILITY
39A002 LOGIN user secret
40A003 SELECT 804
41A004 FETCH 123 BODY[1]
42A005 FETCH 456 BODY[2.3]
43A006 LOGOUT
44</protocol>
45</verify>
46</testcase>
47