1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-04 03:09:44 -05:00
curl/tests/data/test928

42 lines
491 B
Plaintext
Raw Normal View History

2013-11-17 10:03:25 +00:00
<testcase>
<info>
<keywords>
SMTP
HELP
</keywords>
</info>
#
# Server-side
<reply>
<data>
214-This server supports the following commands:
214 HELO EHLO RCPT DATA RSET MAIL VRFY EXPN QUIT HELP
2013-11-17 10:03:25 +00:00
</data>
</reply>
#
# Client-side
<client>
<server>
smtp
</server>
<name>
SMTP HELP
</name>
<command>
smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER
2013-11-17 10:03:25 +00:00
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol>
EHLO %TESTNUMBER
2013-11-17 10:03:25 +00:00
HELP
QUIT
</protocol>
2014-04-03 11:45:19 +02:00
</verify>
</testcase>