mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 11:35:07 -05:00
38 lines
384 B
Plaintext
38 lines
384 B
Plaintext
|
<testcase>
|
||
|
<info>
|
||
|
<keywords>
|
||
|
SMTP
|
||
|
NOOP
|
||
|
CUSTOMREQUEST
|
||
|
</keywords>
|
||
|
</info>
|
||
|
|
||
|
#
|
||
|
# Server-side
|
||
|
<reply>
|
||
|
</reply>
|
||
|
|
||
|
#
|
||
|
# Client-side
|
||
|
<client>
|
||
|
<server>
|
||
|
smtp
|
||
|
</server>
|
||
|
<name>
|
||
|
SMTP NOOP (CUSTOMREQUEST)
|
||
|
</name>
|
||
|
<command>
|
||
|
smtp://%HOSTIP:%SMTPPORT/929 -X NOOP -I
|
||
|
</command>
|
||
|
</client>
|
||
|
|
||
|
#
|
||
|
# Verify data after the test has been "shot"
|
||
|
<verify>
|
||
|
<protocol>
|
||
|
EHLO 929
|
||
|
NOOP
|
||
|
QUIT
|
||
|
</protocol>
|
||
|
</verify>
|