mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 23:55:01 -04:00
41 lines
428 B
Plaintext
41 lines
428 B
Plaintext
|
<testcase>
|
||
|
<info>
|
||
|
<keywords>
|
||
|
POP3
|
||
|
RSET
|
||
|
CUSTOMREQUEST
|
||
|
</keywords>
|
||
|
</info>
|
||
|
|
||
|
#
|
||
|
# Server-side
|
||
|
<reply>
|
||
|
</reply>
|
||
|
|
||
|
#
|
||
|
# Client-side
|
||
|
<client>
|
||
|
<server>
|
||
|
pop3
|
||
|
</server>
|
||
|
<name>
|
||
|
POP3 RSET (CUSTOMREQUEST)
|
||
|
</name>
|
||
|
<command>
|
||
|
pop3://%HOSTIP:%POP3PORT -u user:secret -X RSET -I
|
||
|
</command>
|
||
|
</client>
|
||
|
|
||
|
#
|
||
|
# Verify data after the test has been "shot"
|
||
|
<verify>
|
||
|
<protocol>
|
||
|
CAPA
|
||
|
USER user
|
||
|
PASS secret
|
||
|
RSET
|
||
|
QUIT
|
||
|
</protocol>
|
||
|
</verify>
|
||
|
</testcase>
|