mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
f81f351b9a
Use these words and casing more consistently across text, comments and one curl tool output: AIX, ALPN, ANSI, BSD, Cygwin, Darwin, FreeBSD, GitHub, HP-UX, Linux, macOS, MS-DOS, MSYS, MinGW, NTLM, POSIX, Solaris, UNIX, Unix, Unicode, WINE, WebDAV, Win32, winbind, WinIDN, Windows, Windows CE, Winsock. Mostly OS names and a few more. Also a couple of other minor text fixups. Closes #14360
69 lines
1.1 KiB
Plaintext
69 lines
1.1 KiB
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
SMTP
|
|
--crlf
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Server-side
|
|
<reply>
|
|
</reply>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
smtp
|
|
</server>
|
|
<name>
|
|
SMTP with --crlf
|
|
</name>
|
|
<file name="%LOGDIR/upload%TESTNUMBER">
|
|
From: different
|
|
To: another
|
|
|
|
email
|
|
headers and body
|
|
with Unix newlines
|
|
meant to be
|
|
converted
|
|
with
|
|
the
|
|
--crlf option
|
|
%repeat[650 x 0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789%0a]%
|
|
</file>
|
|
<command>
|
|
smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt recipient@example.com --mail-from sender@example.com -T %LOGDIR/upload%TESTNUMBER --crlf
|
|
</command>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<protocol>
|
|
EHLO %TESTNUMBER
|
|
MAIL FROM:<sender@example.com>
|
|
RCPT TO:<recipient@example.com>
|
|
DATA
|
|
QUIT
|
|
</protocol>
|
|
<upload>
|
|
From: different
|
|
To: another
|
|
|
|
email
|
|
headers and body
|
|
with Unix newlines
|
|
meant to be
|
|
converted
|
|
with
|
|
the
|
|
--crlf option
|
|
%repeat[650 x 0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
|
|
%0a]%
|
|
.
|
|
</upload>
|
|
</verify>
|
|
</testcase>
|