test891 586 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <testcase>
  2. <info>
  3. <keywords>
  4. POP3
  5. </keywords>
  6. </info>
  7. #
  8. # Server-side
  9. <reply>
  10. <servercmd>
  11. AUTH CRAM-MD5
  12. REPLYLF AUTH +
  13. </servercmd>
  14. </reply>
  15. #
  16. # Client-side
  17. <client>
  18. <server>
  19. pop3
  20. </server>
  21. <features>
  22. crypto
  23. </features>
  24. <name>
  25. POP3 with short authentication response
  26. </name>
  27. <command>
  28. pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u user:secret
  29. </command>
  30. </client>
  31. #
  32. # Verify data after the test has been "shot"
  33. <verify>
  34. <protocol>
  35. CAPA
  36. AUTH CRAM-MD5
  37. dXNlciA1YzhkYjAzZjA0Y2VjMGY0M2JjYjA2MDAyMzkxNDE5MA==
  38. </protocol>
  39. # CURLE_LOGIN_DENIED
  40. <errorcode>
  41. 67
  42. </errorcode>
  43. </verify>
  44. </testcase>