1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/data/test858
Steve Holme e4670a1029 tests: Tidy up of SMTP and POP3 tests
Corrected line endings, RFC references and standardised on user names
and passwords used in the tests.
2013-10-26 13:50:08 +01:00

41 lines
443 B
Plaintext

<testcase>
<info>
<keywords>
POP3
DELE
CUSTOMREQUEST
</keywords>
</info>
#
# Server-side
<reply>
</reply>
#
# Client-side
<client>
<server>
pop3
</server>
<name>
POP3 DELE message (CUSTOMREQUEST)
</name>
<command>
pop3://%HOSTIP:%POP3PORT/858 -u user:secret -X DELE -I
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol>
CAPA
USER user
PASS secret
DELE 858
QUIT
</protocol>
</verify>
</testcase>