1<testcase> 2<info> 3<keywords> 4IMAP 5Clear Text 6FETCH 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> 20imap 21</server> 22<name> 23IMAP 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> 353 36</errorcode> 37</verify> 38</testcase> 39