1<testcase>
2<info>
3<keywords>
4IMAP
5FETCH
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 FETCH message by UID and SECTION
28 </name>
29 <command>
30'imap://%HOSTIP:%IMAPPORT/801/;UID=123/;SECTION=1' -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 801
41A004 FETCH 123 BODY[1]
42A005 LOGOUT
43</protocol>
44</verify>
45</testcase>
46