test867 794 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <testcase>
  2. <info>
  3. <keywords>
  4. POP3
  5. SASL
  6. SASL AUTH CRAM-MD5
  7. RFC1734
  8. RFC2195
  9. RFC5034
  10. </keywords>
  11. </info>
  12. #
  13. # Server-side
  14. <reply>
  15. <servercmd>
  16. AUTH CRAM-MD5
  17. REPLY AUTH + PDE5NzIuOTg3NjU0MzIxQGN1cmw+
  18. REPLY dXNlciA3MDMxNzI1NTk5ZmRiYjVkNDEyNjg5YWEzMjNlM2UwYg== +OK Login successful
  19. </servercmd>
  20. <data>
  21. From: me@somewhere
  22. To: fake@nowhere
  23. body
  24. --
  25. yours sincerely
  26. </data>
  27. </reply>
  28. #
  29. # Client-side
  30. <client>
  31. <server>
  32. pop3
  33. </server>
  34. <features>
  35. crypto
  36. </features>
  37. <name>
  38. POP3 CRAM-MD5 authentication
  39. </name>
  40. <command>
  41. pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u user:secret
  42. </command>
  43. </client>
  44. #
  45. # Verify data after the test has been "shot"
  46. <verify>
  47. <protocol>
  48. CAPA
  49. AUTH CRAM-MD5
  50. dXNlciA3MDMxNzI1NTk5ZmRiYjVkNDEyNjg5YWEzMjNlM2UwYg==
  51. RETR %TESTNUMBER
  52. QUIT
  53. </protocol>
  54. </verify>
  55. </testcase>