blob: 6b4d243fd62406f7ccda920458a37003e5d2e702 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001<testcase>
2<info>
3<keywords>
4IMAP
5Clear Text
6SEARCH
7</keywords>
8</info>
9
10#
11# Server-side
12<reply>
13<data>
14* SEARCH 1 123 456 810
15</data>
16</reply>
17
18#
19# Client-side
20<client>
21<server>
22imap
23</server>
24 <name>
25IMAP SEARCH for NEW messages
26 </name>
27 <command>
28imap://%HOSTIP:%IMAPPORT/810?NEW -u user:secret
29</command>
30</client>
31
32#
33# Verify data after the test has been "shot"
34<verify>
35<protocol>
36A001 CAPABILITY
37A002 LOGIN user secret
38A003 SELECT 810
39A004 SEARCH NEW
40A005 LOGOUT
41</protocol>
42</verify>
43</testcase>