test896 492 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. </reply>
  14. #
  15. # Client-side
  16. <client>
  17. <server>
  18. imap
  19. </server>
  20. <name>
  21. IMAP with --login-options 'AUTH=dummy' (failing)
  22. </name>
  23. <command>
  24. 'imap://%HOSTIP:%IMAPPORT/895/;MAILINDEX=1' -u '"user:sec"ret{' --login-options 'AUTH=dummy'
  25. </command>
  26. </client>
  27. #
  28. # Verify data after the test has been "shot"
  29. <verify>
  30. # 3 == CURLE_URL_MALFORMAT
  31. <errorcode>
  32. 3
  33. </errorcode>
  34. </verify>
  35. </testcase>