Files
sm1.13-ripext/curl/tests/data/test939
T
jenz 08c03ac533
CI / Build (clang, clang++, ubuntu-22.04, linux, 3.10, master, x86,x86_64) (push) Canceled after 0s
CI / Build (clang, clang++, windows-2022, windows, 3.10, master, x86,x86_64) (push) Canceled after 0s
CI / Release (push) Canceled after 0s
first commit
2026-09-13 22:18:11 +01:00

51 lines
673 B
Plaintext

<testcase>
<info>
<keywords>
SMTP
RFC821
</keywords>
</info>
#
# Server-side
<reply>
<servercmd>
REPLY EHLO 500 Command unrecognized
</servercmd>
</reply>
#
# Client-side
<client>
<server>
smtp
</server>
<name>
RFC821-only SMTP with username and password
</name>
<stdin>
mail body
</stdin>
<command>
smtp://%HOSTIP:%SMTPPORT/939 --mail-rcpt [email protected] --mail-from [email protected] -u user:secret -T -
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol>
EHLO 939
HELO 939
MAIL FROM:<[email protected]>
RCPT TO:<[email protected]>
DATA
QUIT
</protocol>
<upload>
mail body
.
</upload>
</verify>
</testcase>