2013-11-03 15:34:35 -05:00
|
|
|
<testcase>
|
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
IMAP
|
2014-03-30 06:40:50 -04:00
|
|
|
Clear Text
|
2013-11-03 15:34:35 -05:00
|
|
|
STORE
|
2014-03-30 11:05:22 -04:00
|
|
|
CLOSE
|
2013-11-03 15:34:35 -05:00
|
|
|
CUSTOMREQUEST
|
|
|
|
</keywords>
|
|
|
|
</info>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data1>
|
|
|
|
* 123 FETCH (FLAGS (\Seen \Deleted))
|
|
|
|
</data1>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
imap
|
|
|
|
</server>
|
|
|
|
<name>
|
2014-02-09 15:32:44 -05:00
|
|
|
IMAP STORE - delete message (CUSTOMREQUEST)
|
2013-11-03 15:34:35 -05:00
|
|
|
</name>
|
|
|
|
<command>
|
2014-03-26 17:02:31 -04:00
|
|
|
imap://%HOSTIP:%IMAPPORT/815 -X 'STORE 123 +Flags \Deleted' -u user:secret -: imap://%HOSTIP:%IMAPPORT/815 -X CLOSE -u user:secret
|
2013-11-03 15:34:35 -05:00
|
|
|
</command>
|
|
|
|
</client>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<protocol>
|
|
|
|
A001 CAPABILITY
|
|
|
|
A002 LOGIN user secret
|
|
|
|
A003 SELECT 815
|
|
|
|
A004 STORE 123 +Flags \Deleted
|
|
|
|
A005 CLOSE
|
|
|
|
A006 LOGOUT
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
|
|
|
</testcase>
|