mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 23:55:01 -04:00
50 lines
499 B
Plaintext
50 lines
499 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
POP3
|
|
Clear Text
|
|
RETR
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Server-side
|
|
<reply>
|
|
<data>
|
|
From: me@somewhere
|
|
To: fake@nowhere
|
|
|
|
body
|
|
|
|
--
|
|
yours sincerely
|
|
</data>
|
|
</reply>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
pop3
|
|
</server>
|
|
<name>
|
|
POP3 RETR message
|
|
</name>
|
|
<command>
|
|
pop3://%HOSTIP:%POP3PORT/850 -u user:secret
|
|
</command>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<protocol>
|
|
CAPA
|
|
USER user
|
|
PASS secret
|
|
RETR 850
|
|
QUIT
|
|
</protocol>
|
|
</verify>
|
|
</testcase>
|