Annotation of embedaddon/curl/tests/data/test813, revision 1.1.1.1
1.1 misho 1: <testcase>
2: <info>
3: <keywords>
4: IMAP
5: Clear Text
6: RENAME
7: CUSTOMREQUEST
8: </keywords>
9: </info>
10:
11: #
12: # Server-side
13: <reply>
14: </reply>
15:
16: #
17: # Client-side
18: <client>
19: <server>
20: imap
21: </server>
22: <name>
23: IMAP RENAME mailbox (CUSTOMREQUEST)
24: </name>
25: <command>
26: imap://%HOSTIP:%IMAPPORT -u user:secret -X 'RENAME 666 813'
27: </command>
28: </client>
29:
30: #
31: # Verify data after the test has been "shot"
32: <verify>
33: <protocol>
34: A001 CAPABILITY
35: A002 LOGIN user secret
36: A003 RENAME 666 813
37: A004 LOGOUT
38: </protocol>
39: </verify>
40: </testcase>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>