2013-03-10 16:22:10 -04:00
|
|
|
<testcase>
|
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
IMAP
|
|
|
|
STORE
|
|
|
|
CUSTOMREQUEST
|
|
|
|
</keywords>
|
|
|
|
</info>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
2013-03-11 08:23:51 -04:00
|
|
|
* 123 FETCH (FLAGS (\Seen \Deleted))
|
2013-03-10 16:22:10 -04:00
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
imap
|
|
|
|
</server>
|
|
|
|
<name>
|
|
|
|
IMAP STORE (CUSTOMREQUEST)
|
|
|
|
</name>
|
|
|
|
<command>
|
|
|
|
-u user:secret -X 'STORE 123 +Flags \Deleted' 'imap://%HOSTIP:%IMAPPORT/807'
|
|
|
|
</command>
|
|
|
|
</client>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<protocol>
|
2013-03-11 07:48:36 -04:00
|
|
|
A001 CAPABILITY
|
|
|
|
A002 LOGIN user secret
|
|
|
|
A003 SELECT 807
|
|
|
|
A004 STORE 123 +Flags \Deleted
|
|
|
|
A005 LOGOUT
|
2013-03-10 16:22:10 -04:00
|
|
|
</protocol>
|
|
|
|
</verify>
|
|
|
|
</testcase>
|