quickjs-tart

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

test967 (723B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 SMTP
      5 VRFY
      6 IDN
      7 </keywords>
      8 </info>
      9 
     10 #
     11 # Server-side
     12 <reply>
     13 <servercmd>
     14 CAPA SMTPUTF8
     15 </servercmd>
     16 <data>
     17 252 Send some mail and I'll try my best
     18 </data>
     19 </reply>
     20 
     21 #
     22 # Client-side
     23 <client>
     24 <server>
     25 smtp
     26 </server>
     27 <features>
     28 IDN
     29 !win32
     30 codeset-utf8
     31 </features>
     32 <setenv>
     33 LC_ALL=en_US.UTF-8
     34 LC_CTYPE=en_US.UTF-8
     35 </setenv>
     36 <name>
     37 SMTP external VRFY with SMTPUTF8 support
     38 </name>
     39 <command>
     40 smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt Anv%hex[%c3%a4]hex%ndaren@%hex[%c3%a5%c3%a4%c3%b6]hex%.se
     41 </command>
     42 </client>
     43 
     44 #
     45 # Verify data after the test has been "shot"
     46 <verify>
     47 <protocol>
     48 EHLO %TESTNUMBER
     49 VRFY Anv%hex[%c3%a4]hex%ndaren@xn--4cab6c.se SMTPUTF8
     50 QUIT
     51 </protocol>
     52 </verify>
     53 </testcase>