quickjs-tart

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

test968 (612B)


      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 </reply>
     17 
     18 #
     19 # Client-side
     20 <client>
     21 <server>
     22 smtp
     23 </server>
     24 <features>
     25 IDN
     26 !win32
     27 codeset-utf8
     28 </features>
     29 <setenv>
     30 LC_ALL=en_US.UTF-8
     31 LC_CTYPE=en_US.UTF-8
     32 </setenv>
     33 <name>
     34 SMTP VRFY with SMTPUTF8 support
     35 </name>
     36 <command>
     37 smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt Anv%hex[%c3%a4]hex%ndaren
     38 </command>
     39 </client>
     40 
     41 #
     42 # Verify data after the test has been "shot"
     43 <verify>
     44 <protocol>
     45 EHLO %TESTNUMBER
     46 VRFY Anv%hex[%c3%a4]hex%ndaren SMTPUTF8
     47 QUIT
     48 </protocol>
     49 </verify>
     50 </testcase>