mirror of
https://github.com/curl/curl.git
synced 2026-07-25 02:57:15 +03:00
pop3 test server: send terminating ".CRLF" only
With commit 035ef06bda applied, the test pop3 server needs to send
".\r\n" as the body terminating sequence and there needs to be a final
CRLF in the actual body in the test data file.
This commit is contained in:
parent
035ef06bda
commit
77a21ff623
3 changed files with 15 additions and 14 deletions
|
|
@ -18,7 +18,7 @@ To: fake@nowhere
|
|||
body
|
||||
|
||||
--
|
||||
yours sincerely
|
||||
yours sincerely
|
||||
</data>
|
||||
|
||||
<datacheck>
|
||||
|
|
@ -30,7 +30,7 @@ To: fake@nowhere
|
|||
body
|
||||
|
||||
--
|
||||
yours sincerely
|
||||
yours sincerely
|
||||
</datacheck>
|
||||
</reply>
|
||||
|
||||
|
|
|
|||
|
|
@ -10,13 +10,13 @@ RETR
|
|||
# Server-side
|
||||
<reply>
|
||||
<data>
|
||||
From: me@somewhere
|
||||
To: fake@nowhere
|
||||
|
||||
body
|
||||
|
||||
--
|
||||
yours sincerely
|
||||
From: me@somewhere
|
||||
To: fake@nowhere
|
||||
|
||||
body
|
||||
|
||||
--
|
||||
yours sincerely
|
||||
</data>
|
||||
</reply>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue