诸暨麻将添加redis
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

49 rivejä
480 B

  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
  15. --
  16. yours sincerely
  17. </data>
  18. </reply>
  19. #
  20. # Client-side
  21. <client>
  22. <server>
  23. pop3
  24. </server>
  25. <name>
  26. POP3 RETR
  27. </name>
  28. <command>
  29. pop3://%HOSTIP:%POP3PORT/850 -u user:secret
  30. </command>
  31. </client>
  32. #
  33. # Verify data after the test has been "shot"
  34. <verify>
  35. <protocol>
  36. CAPA
  37. USER user
  38. PASS secret
  39. RETR 850
  40. QUIT
  41. </protocol>
  42. </verify>
  43. </testcase>