mirror of
https://github.com/curl/curl.git
synced 2026-08-26 05:23:33 +03:00
(SMTP) support DATA better in the server and make sure to "escape" CRLF.CRLF
sequences in uploaded data. The test server doesn't "decode" escaped dot-lines but instead test cases must be written to take them into account. Added test case 803 to verify dot-escaping.
This commit is contained in:
parent
d7cd761047
commit
5e6ffe353a
7 changed files with 206 additions and 5 deletions
|
|
@ -38,11 +38,15 @@ EHLO user
|
|||
MAIL FROM:802@from
|
||||
RCPT TO:802@foo
|
||||
DATA
|
||||
QUIT
|
||||
</protocol>
|
||||
<upload>
|
||||
From: different
|
||||
To: another
|
||||
|
||||
body
|
||||
QUIT
|
||||
</protocol>
|
||||
|
||||
.
|
||||
</upload>
|
||||
</verify>
|
||||
</testcase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue