test864 653 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <testcase>
  2. <info>
  3. <keywords>
  4. POP3
  5. APOP
  6. </keywords>
  7. </info>
  8. #
  9. # Server-side
  10. <reply>
  11. <servercmd>
  12. CAPA APOP
  13. REPLY welcome +OK cURL POP3 server ready to serve <1972.987654321\@curl>
  14. </servercmd>
  15. <data>
  16. From: me@somewhere
  17. To: fake@nowhere
  18. body
  19. --
  20. yours sincerely
  21. </data>
  22. </reply>
  23. #
  24. # Client-side
  25. <client>
  26. <server>
  27. pop3
  28. </server>
  29. <features>
  30. crypto
  31. </features>
  32. <name>
  33. POP3 APOP authentication
  34. </name>
  35. <command>
  36. pop3://%HOSTIP:%POP3PORT/864 -u user:secret
  37. </command>
  38. </client>
  39. #
  40. # Verify data after the test has been "shot"
  41. <verify>
  42. <protocol>
  43. CAPA
  44. APOP user 7501b4cdc224d469940e65e7b5e4d6eb
  45. RETR 864
  46. QUIT
  47. </protocol>
  48. </verify>
  49. </testcase>