1<testcase>
2<info>
3<keywords>
4IMAP
5STORE
6CLOSE
7CUSTOMREQUEST
8</keywords>
9</info>
10
11#
12# Server-side
13<reply>
14<data1>
15* 123 FETCH (FLAGS (\Seen \Deleted))
16</data1>
17</reply>
18
19#
20# Client-side
21<client>
22<server>
23imap
24</server>
25 <name>
26IMAP STORE - delete message (CUSTOMREQUEST)
27 </name>
28 <command>
29imap://%HOSTIP:%IMAPPORT/815 -X 'STORE 123 +Flags \Deleted' -u user:secret -: imap://%HOSTIP:%IMAPPORT/815 -X CLOSE
30</command>
31</client>
32
33#
34# Verify data after the test has been "shot"
35<verify>
36<protocol>
37A001 CAPABILITY
38A002 LOGIN user secret
39A003 SELECT 815
40A004 STORE 123 +Flags \Deleted
41A005 CLOSE
42A006 LOGOUT
43</protocol>
44</verify>
45</testcase>
46