诸暨麻将添加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.
 
 
 
 
 
 

45 lines
573 B

  1. <testcase>
  2. <info>
  3. <keywords>
  4. IMAP
  5. SELECT
  6. UIDVALIDITY
  7. FAILURE
  8. </keywords>
  9. </info>
  10. #
  11. # Server-side
  12. <reply>
  13. </reply>
  14. #
  15. # Client-side
  16. <client>
  17. <server>
  18. imap
  19. </server>
  20. <name>
  21. IMAP SELECT UIDVALIDITY Failure
  22. </name>
  23. <command>
  24. 'imap://%HOSTIP:%IMAPPORT/803;UIDVALIDITY=12345/;UID=123' -u user:secret
  25. </command>
  26. </client>
  27. #
  28. # Verify data after the test has been "shot"
  29. <verify>
  30. # CURLE_REMOTE_FILE_NOT_FOUND - UIDVALIDITY mismatch
  31. <errorcode>
  32. 78
  33. </errorcode>
  34. <protocol>
  35. A001 CAPABILITY
  36. A002 LOGIN user secret
  37. A003 SELECT 803
  38. A004 LOGOUT
  39. </protocol>
  40. </verify>
  41. </testcase>