test896 (492B)
1 <testcase> 2 <info> 3 <keywords> 4 IMAP 5 Clear Text 6 FETCH 7 --login-options 8 </keywords> 9 </info> 10 11 # 12 # Server-side 13 <reply> 14 </reply> 15 16 # 17 # Client-side 18 <client> 19 <server> 20 imap 21 </server> 22 <name> 23 IMAP with --login-options 'AUTH=dummy' (failing) 24 </name> 25 <command> 26 'imap://%HOSTIP:%IMAPPORT/895/;MAILINDEX=1' -u '"user:sec"ret{' --login-options 'AUTH=dummy' 27 </command> 28 </client> 29 30 # 31 # Verify data after the test has been "shot" 32 <verify> 33 # 3 == CURLE_URL_MALFORMAT 34 <errorcode> 35 3 36 </errorcode> 37 </verify> 38 </testcase>