File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test1520
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:16 2020 UTC (4 years, 6 months ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

<testcase>
# Based off test 901 after bug report #1456
<info>
<keywords>
SMTP
</keywords>
</info>

#
# Client-side
<client>
<server>
smtp
</server>
<tool>
lib1520
</tool>

 <name>
SMTP with CRLF-dot-CRLF in data
 </name>
<stdin>
From: different
To: another


.
.

.

body
</stdin>
 <command>
smtp://%HOSTIP:%SMTPPORT/1520
</command>
</client>

#
# Verify data after the test has been "shot"
<verify>
<protocol>
EHLO 1520
MAIL FROM:<sender@example.com>
RCPT TO:<recipient@example.com>
DATA
QUIT
</protocol>
<upload>
From: different
To: another


..
..

..

body
.
</upload>
</verify>
</testcase>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>