tizen 2.3.1 release
[external/curl.git] / tests / data / test928
1 <testcase>
2 <info>
3 <keywords>
4 SMTP
5 HELP
6 </keywords>
7 </info>
8
9 #
10 # Server-side
11 <reply>
12 <data>
13 214-This server supports the following commands:\r
14 214 HELO EHLO RCPT DATA RSET MAIL VRFY EXPN QUIT HELP\r
15 </data>
16 </reply>
17
18 #
19 # Client-side
20 <client>
21 <server>
22 smtp
23 </server>
24  <name>
25 SMTP HELP
26  </name>
27  <command>
28 smtp://%HOSTIP:%SMTPPORT/928
29 </command>
30 </client>
31
32 #
33 # Verify data after the test has been "shot"
34 <verify>
35 <protocol>
36 EHLO 928\r
37 HELP\r
38 QUIT\r
39 </protocol>
40 </verify>
41 </testcase>