mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 23:55:01 -04:00
e4670a1029
Corrected line endings, RFC references and standardised on user names and passwords used in the tests.
41 lines
427 B
Plaintext
41 lines
427 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
POP3
|
|
STAT
|
|
CUSTOMREQUEST
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Server-side
|
|
<reply>
|
|
</reply>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
pop3
|
|
</server>
|
|
<name>
|
|
POP3 STAT (CUSTOMREQUEST)
|
|
</name>
|
|
<command>
|
|
pop3://%HOSTIP:%POP3PORT -u user:secret -X STAT -I
|
|
</command>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<protocol>
|
|
CAPA
|
|
USER user
|
|
PASS secret
|
|
STAT
|
|
QUIT
|
|
</protocol>
|
|
</verify>
|
|
</testcase>
|