curl/tests/data/test856

49 lines
640 B
Plaintext
Raw Normal View History

2011-03-18 16:59:48 -04:00
<testcase>
<info>
<keywords>
POP3
Clear Text
2011-03-18 16:59:48 -04:00
FAILURE
</keywords>
</info>
#
# Server-side
<reply>
<servercmd>
REPLY PASS -ERR Login failure
</servercmd>
2011-03-18 16:59:48 -04:00
</reply>
#
# Client-side
<client>
<server>
pop3
</server>
<name>
POP3 invalid login
</name>
<command>
pop3://%HOSTIP:%POP3PORT/856 -u user:wrong
2011-03-18 16:59:48 -04:00
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
# 67 - CURLE_LOGIN_DENIED
2011-03-18 16:59:48 -04:00
<errorcode>
67
</errorcode>
#
# The multi interface considers a broken "CONNECT" as a prematurely broken
# transfer and such a connection will not get a "QUIT"
2011-03-18 16:59:48 -04:00
<protocol>
CAPA
2011-03-18 16:59:48 -04:00
USER user
PASS wrong
</protocol>
</verify>
</testcase>