quickjs-tart

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

test964 (608B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 SMTP
      5 VRFY
      6 IDN
      7 </keywords>
      8 </info>
      9 
     10 #
     11 # Server-side
     12 <reply>
     13 </reply>
     14 
     15 #
     16 # Client-side
     17 <client>
     18 <server>
     19 smtp
     20 </server>
     21 <features>
     22 IDN
     23 !win32
     24 codeset-utf8
     25 </features>
     26 <setenv>
     27 LC_ALL=en_US.UTF-8
     28 LC_CTYPE=en_US.UTF-8
     29 </setenv>
     30 <name>
     31 SMTP external VRFY without SMTPUTF8 (IDN) - UTF-8 recipient (host part)
     32 </name>
     33 <command>
     34 smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt user@%hex[%c3%a5%c3%a4%c3%b6]hex%.se
     35 </command>
     36 </client>
     37 
     38 #
     39 # Verify data after the test has been "shot"
     40 <verify>
     41 <protocol>
     42 EHLO %TESTNUMBER
     43 VRFY user@xn--4cab6c.se
     44 QUIT
     45 </protocol>
     46 </verify>
     47 </testcase>