诸暨麻将添加redis
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

47 行
576 B

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