• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<testcase>
2<info>
3<keywords>
4IMAP
5Clear Text
6CHECK
7CUSTOMREQUEST
8</keywords>
9</info>
10
11#
12# Server-side
13<reply>
14</reply>
15
16#
17# Client-side
18<client>
19<server>
20imap
21</server>
22 <name>
23IMAP CHECK mailbox (CUSTOMREQUEST)
24 </name>
25 <command>
26imap://%HOSTIP:%IMAPPORT/814 -u user:secret -X 'CHECK'
27</command>
28</client>
29
30#
31# Verify data after the test has been "shot"
32<verify>
33<protocol>
34A001 CAPABILITY
35A002 LOGIN user secret
36A003 SELECT 814
37A004 CHECK
38A005 LOGOUT
39</protocol>
40</verify>
41</testcase>
42