诸暨麻将添加redis
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

47 righe
506 B

  1. <testcase>
  2. <info>
  3. <keywords>
  4. POP3
  5. LIST
  6. FAILURE
  7. </keywords>
  8. </info>
  9. #
  10. # Server-side
  11. <reply>
  12. <servercmd>
  13. REPLY LIST -ERR no such message
  14. </servercmd>
  15. </reply>
  16. #
  17. # Client-side
  18. <client>
  19. <server>
  20. pop3
  21. </server>
  22. <name>
  23. POP3 LIST invalid message
  24. </name>
  25. <command>
  26. pop3://%HOSTIP:%POP3PORT/852 -l -u user:secret
  27. </command>
  28. </client>
  29. #
  30. # Verify data after the test has been "shot"
  31. <verify>
  32. <errorcode>
  33. 56
  34. </errorcode>
  35. <protocol>
  36. CAPA
  37. USER user
  38. PASS secret
  39. LIST 852
  40. QUIT
  41. </protocol>
  42. </verify>
  43. </testcase>