test857 722 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <testcase>
  2. <info>
  3. <keywords>
  4. POP3
  5. Clear Text
  6. RETR
  7. </keywords>
  8. </info>
  9. #
  10. # Server-side
  11. <reply>
  12. <data>
  13. From: me@somewhere
  14. To: fake@nowhere
  15. ..body with a single dot first
  16. ...triple dots...
  17. --
  18. yours sincerely
  19. </data>
  20. <datacheck>
  21. From: me@somewhere
  22. To: fake@nowhere
  23. .body with a single dot first
  24. ..triple dots...
  25. --
  26. yours sincerely
  27. </datacheck>
  28. </reply>
  29. #
  30. # Client-side
  31. <client>
  32. <server>
  33. pop3
  34. </server>
  35. <name>
  36. POP3 RETR message with dot-prefixed line
  37. </name>
  38. <command>
  39. pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u user:secret
  40. </command>
  41. </client>
  42. #
  43. # Verify data after the test has been "shot"
  44. <verify>
  45. <protocol>
  46. CAPA
  47. USER user
  48. PASS secret
  49. RETR %TESTNUMBER
  50. QUIT
  51. </protocol>
  52. </verify>
  53. </testcase>