test863 438 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <testcase>
  2. <info>
  3. <keywords>
  4. POP3
  5. Clear Text
  6. RSET
  7. CUSTOMREQUEST
  8. </keywords>
  9. </info>
  10. #
  11. # Server-side
  12. <reply>
  13. </reply>
  14. #
  15. # Client-side
  16. <client>
  17. <server>
  18. pop3
  19. </server>
  20. <name>
  21. POP3 RSET (CUSTOMREQUEST)
  22. </name>
  23. <command>
  24. pop3://%HOSTIP:%POP3PORT -u user:secret -X RSET -I
  25. </command>
  26. </client>
  27. #
  28. # Verify data after the test has been "shot"
  29. <verify>
  30. <protocol>
  31. CAPA
  32. USER user
  33. PASS secret
  34. RSET
  35. QUIT
  36. </protocol>
  37. </verify>
  38. </testcase>