quickjs-tart

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

test934 (889B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 SMTP
      5 SASL
      6 SASL AUTH DIGEST-MD5
      7 SASL CANCELLATION
      8 RFC2831
      9 RFC4954
     10 </keywords>
     11 </info>
     12 
     13 #
     14 # Server-side
     15 <reply>
     16 <servercmd>
     17 AUTH DIGEST-MD5
     18 REPLY AUTH 334 Rubbish
     19 REPLY * 501 AUTH exchange cancelled by client
     20 </servercmd>
     21 </reply>
     22 
     23 #
     24 # Client-side
     25 <client>
     26 <server>
     27 smtp
     28 </server>
     29 <features>
     30 !SSPI
     31 Debug
     32 crypto
     33 digest
     34 </features>
     35 <name>
     36 SMTP DIGEST-MD5 graceful cancellation
     37 </name>
     38 <command>
     39 smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt recipient@example.com --mail-from sender@example.com -u user:secret -T -
     40 </command>
     41 </client>
     42 
     43 #
     44 # Verify data after the test has been "shot"
     45 <verify>
     46 # 67 - CURLE_LOGIN_DENIED
     47 <errorcode>
     48 67
     49 </errorcode>
     50 #
     51 # The multi interface considers a broken "CONNECT" as a prematurely broken
     52 # transfer and such a connection will not get a "QUIT"
     53 <protocol>
     54 EHLO %TESTNUMBER
     55 AUTH DIGEST-MD5
     56 *
     57 </protocol>
     58 </verify>
     59 </testcase>