test876 787 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <testcase>
  2. <info>
  3. <keywords>
  4. POP3
  5. SASL
  6. SASL AUTH CRAM-MD5
  7. SASL CANCELLATION
  8. RFC1734
  9. RFC2195
  10. RFC5034
  11. </keywords>
  12. </info>
  13. #
  14. # Server-side
  15. <reply>
  16. <servercmd>
  17. AUTH CRAM-MD5
  18. REPLY AUTH + Rubbish
  19. REPLY * -ERR AUTH exchange cancelled by client
  20. </servercmd>
  21. </reply>
  22. #
  23. # Client-side
  24. <client>
  25. <server>
  26. pop3
  27. </server>
  28. <features>
  29. crypto
  30. </features>
  31. <name>
  32. POP3 CRAM-MD5 graceful cancellation
  33. </name>
  34. <command>
  35. pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u user:secret
  36. </command>
  37. </client>
  38. #
  39. # Verify data after the test has been "shot"
  40. <verify>
  41. # 67 - CURLE_LOGIN_DENIED
  42. <errorcode>
  43. 67
  44. </errorcode>
  45. #
  46. # The multi interface considers a broken "CONNECT" as a prematurely broken
  47. # transfer and such a connection will not get a "QUIT"
  48. <protocol>
  49. CAPA
  50. AUTH CRAM-MD5
  51. *
  52. </protocol>
  53. </verify>
  54. </testcase>