test861 617 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <testcase>
  2. <info>
  3. <keywords>
  4. POP3
  5. Clear Text
  6. UIDL
  7. CUSTOMREQUEST
  8. RFC2449
  9. </keywords>
  10. </info>
  11. #
  12. # Server-side
  13. <reply>
  14. <servercmd>
  15. CAPA UIDL USER
  16. </servercmd>
  17. # When doing UIDL, we get the default list output hard-coded in the test
  18. # POP3 server
  19. <datacheck>
  20. 1 1
  21. 2 2
  22. 3 4
  23. </datacheck>
  24. </reply>
  25. #
  26. # Client-side
  27. <client>
  28. <server>
  29. pop3
  30. </server>
  31. <name>
  32. POP3 UIDL (CUSTOMREQUEST)
  33. </name>
  34. <command>
  35. pop3://%HOSTIP:%POP3PORT -u user:secret -X UIDL
  36. </command>
  37. </client>
  38. #
  39. # Verify data after the test has been "shot"
  40. <verify>
  41. <protocol>
  42. CAPA
  43. USER user
  44. PASS secret
  45. UIDL
  46. QUIT
  47. </protocol>
  48. </verify>
  49. </testcase>