quickjs-tart

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

test1507 (629B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 SMTP
      5 multi
      6 </keywords>
      7 </info>
      8 
      9 #
     10 # Server-side
     11 <reply>
     12 </reply>
     13 
     14 #
     15 # Client-side
     16 <client>
     17 <server>
     18 smtp
     19 </server>
     20 <tool>
     21 lib%TESTNUMBER
     22 </tool>
     23 
     24 # based on bug report #1184
     25 <name>
     26 SMTP with multi interface and CURLE_ABORTED_BY_CALLBACK
     27 </name>
     28 <stdin>
     29 From: different
     30 To: another
     31 
     32 body
     33 </stdin>
     34 <command>
     35 smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER
     36 </command>
     37 </client>
     38 
     39 #
     40 # Verify data after the test has been "shot"
     41 <verify>
     42 <protocol>
     43 EHLO %TESTNUMBER
     44 MAIL FROM:<%TESTNUMBER-realuser@example.com>
     45 RCPT TO:<%TESTNUMBER-recipient@example.com>
     46 DATA
     47 </protocol>
     48 <upload>
     49 </upload>
     50 </verify>
     51 </testcase>