quickjs-tart

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

test960 (807B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 SMTP
      5 </keywords>
      6 </info>
      7 
      8 #
      9 # Server-side
     10 <reply>
     11 </reply>
     12 
     13 #
     14 # Client-side
     15 <client>
     16 <server>
     17 smtp
     18 </server>
     19 <features>
     20 !IDN
     21 !win32
     22 codeset-utf8
     23 </features>
     24 <setenv>
     25 LC_ALL=en_US.UTF-8
     26 LC_CTYPE=en_US.UTF-8
     27 </setenv>
     28 <name>
     29 SMTP without SMTPUTF8 support - UTF-8 based recipient (host part only)
     30 </name>
     31 <stdin>
     32 From: different
     33 To: another
     34 
     35 body
     36 </stdin>
     37 <command>
     38 smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt recipient@%hex[%c3%a5%c3%a4%c3%b6]hex%.se --mail-from sender@example.com -T -
     39 </command>
     40 </client>
     41 
     42 #
     43 # Verify data after the test has been "shot"
     44 <verify>
     45 # 55 - CURLE_SEND_ERROR
     46 <errorcode>
     47 55
     48 </errorcode>
     49 <protocol>
     50 EHLO %TESTNUMBER
     51 MAIL FROM:<sender@example.com>
     52 RCPT TO:<recipient@%hex[%c3%a5%c3%a4%c3%b6]hex%.se>
     53 QUIT
     54 </protocol>
     55 </verify>
     56 </testcase>