etlegacy-libs/curl/tests/data/test811

44 lines
489 B
Text
Raw Normal View History

2012-06-01 15:23:17 +00:00
<testcase>
<info>
<keywords>
POP3
LIST
2012-06-01 15:23:17 +00:00
</keywords>
</info>
#
# Server-side
<reply>
<servercmd>
REPLY LIST +OK but no messages\r\n.
</servercmd>
<datacheck>
</datacheck>
2012-06-01 15:23:17 +00:00
</reply>
#
# Client-side
<client>
<server>
pop3
2012-06-01 15:23:17 +00:00
</server>
<name>
POP3 LIST no messages available
2012-06-01 15:23:17 +00:00
</name>
<command>
pop3://%HOSTIP:%POP3PORT/ -u user:secret
2012-06-01 15:23:17 +00:00
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol>
USER user
PASS secret
LIST
QUIT
2012-06-01 15:23:17 +00:00
</protocol>
</verify>
</testcase>