Return to test891 CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data |
1.1 ! misho 1: <testcase> ! 2: <info> ! 3: <keywords> ! 4: POP3 ! 5: </keywords> ! 6: </info> ! 7: ! 8: # ! 9: # Server-side ! 10: <reply> ! 11: <servercmd> ! 12: AUTH CRAM-MD5 ! 13: REPLYLF AUTH + ! 14: </servercmd> ! 15: </reply> ! 16: ! 17: # ! 18: # Client-side ! 19: <client> ! 20: <server> ! 21: pop3 ! 22: </server> ! 23: <features> ! 24: crypto ! 25: </features> ! 26: <name> ! 27: POP3 with short authentication response ! 28: </name> ! 29: <command> ! 30: pop3://%HOSTIP:%POP3PORT/891 -u user:secret ! 31: </command> ! 32: </client> ! 33: ! 34: # ! 35: # Verify data after the test has been "shot" ! 36: <verify> ! 37: <protocol> ! 38: CAPA ! 39: AUTH CRAM-MD5 ! 40: dXNlciA1YzhkYjAzZjA0Y2VjMGY0M2JjYjA2MDAyMzkxNDE5MA== ! 41: </protocol> ! 42: # CURLE_LOGIN_DENIED ! 43: <errorcode> ! 44: 67 ! 45: </errorcode> ! 46: </verify> ! 47: </testcase>