test895 646 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <testcase>
  2. <info>
  3. <keywords>
  4. IMAP
  5. Clear Text
  6. FETCH
  7. --login-options
  8. </keywords>
  9. </info>
  10. #
  11. # Server-side
  12. <reply>
  13. <data>
  14. From: me@somewhere
  15. To: fake@nowhere
  16. body
  17. --
  18. yours sincerely
  19. </data>
  20. </reply>
  21. #
  22. # Client-side
  23. <client>
  24. <server>
  25. imap
  26. </server>
  27. <name>
  28. IMAP with --login-options 'AUTH=*'
  29. </name>
  30. <command>
  31. 'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;MAILINDEX=1' -u '"user:sec"ret{' --login-options 'AUTH=*'
  32. </command>
  33. </client>
  34. #
  35. # Verify data after the test has been "shot"
  36. <verify>
  37. <protocol>
  38. A001 CAPABILITY
  39. A002 LOGIN "\"user" "sec\"ret{"
  40. A003 SELECT %TESTNUMBER
  41. A004 FETCH 1 BODY[]
  42. A005 LOGOUT
  43. </protocol>
  44. </verify>
  45. </testcase>