test857 687 B

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