quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

test831 (931B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 IMAP
      5 SASL
      6 SASL AUTH NTLM
      7 SASL CANCELLATION
      8 </keywords>
      9 </info>
     10 
     11 #
     12 # Server-side
     13 <reply>
     14 <servercmd>
     15 AUTH NTLM
     16 CAPA LOGINDISABLED
     17 REPLY AUTHENTICATE +
     18 REPLY TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA= + Rubbish
     19 REPLY * A002 NO AUTH exchange cancelled by client
     20 </servercmd>
     21 </reply>
     22 
     23 #
     24 # Client-side
     25 <client>
     26 <server>
     27 imap
     28 </server>
     29 <features>
     30 NTLM
     31 SSL
     32 !SSPI
     33 </features>
     34 <name>
     35 IMAP NTLM graceful cancellation
     36 </name>
     37 <command>
     38 'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;MAILINDEX=1' -u testuser:testpass
     39 </command>
     40 </client>
     41 
     42 #
     43 # Verify data after the test has been "shot"
     44 <verify>
     45 # 67 - CURLE_LOGIN_DENIED
     46 <errorcode>
     47 67
     48 </errorcode>
     49 #
     50 # The multi interface considers a broken "CONNECT" as a prematurely broken
     51 # transfer and such a connection will not get a "LOGOUT"
     52 <protocol>
     53 A001 CAPABILITY
     54 A002 AUTHENTICATE NTLM
     55 TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
     56 *
     57 </protocol>
     58 </verify>
     59 </testcase>