tests: Added "Clear Text" authentication keyword
[platform/upstream/curl.git] / tests / data / test861
1 <testcase>
2 <info>
3 <keywords>
4 POP3
5 Clear Text
6 UIDL
7 CUSTOMREQUEST
8 RFC2449
9 </keywords>
10 </info>
11
12 #
13 # Server-side
14 <reply>
15 <servercmd>\r
16 CAPA UIDL USER\r
17 </servercmd>\r
18 # When doing UIDL, we get the default list output hard-coded in the test\r
19 # POP3 server\r
20 <datacheck>\r
21 1 1\r
22 2 2\r
23 3 4\r
24 </datacheck>\r
25 </reply>
26
27 #
28 # Client-side
29 <client>
30 <server>
31 pop3
32 </server>
33  <name>
34 POP3 UIDL (CUSTOMREQUEST)
35  </name>
36  <command>
37 pop3://%HOSTIP:%POP3PORT -u user:secret -X UIDL
38 </command>
39 </client>
40
41 #
42 # Verify data after the test has been "shot"
43 <verify>
44 <protocol>
45 CAPA\r
46 USER user\r
47 PASS secret\r
48 UIDL\r
49 QUIT\r
50 </protocol>
51 </verify>
52 </testcase>