Home | History | Annotate | Download | only in data
      1 <testcase>
      2 <info>
      3 <keywords>
      4 IMAP
      5 Clear Text
      6 NOOP
      7 CUSTOMREQUEST
      8 </keywords>
      9 </info>
     10 
     11 #
     12 # Server-side
     13 <reply>
     14 <data>
     15 * 22 EXPUNGE
     16 * 23 EXISTS
     17 * 3 RECENT
     18 * 14 FETCH (FLAGS (\Seen \Deleted))
     19 </data>
     20 </reply>
     21 
     22 #
     23 # Client-side
     24 <client>
     25 <server>
     26 imap
     27 </server>
     28  <name>
     29 IMAP NOOP (CUSTOMREQUEST)
     30  </name>
     31  <command>
     32 imap://%HOSTIP:%IMAPPORT -X NOOP -u user:secret
     33 </command>
     34 </client>
     35 
     36 #
     37 # Verify data after the test has been "shot"
     38 <verify>
     39 <protocol>
     40 A001 CAPABILITY
     41 A002 LOGIN user secret
     42 A003 NOOP
     43 A004 LOGOUT
     44 </protocol>
     45 </verify>
     46 </testcase>
     47