File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test969
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:16 2020 UTC (5 years ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

    1: <testcase>
    2: <info>
    3: <keywords>
    4: SMTP
    5: EXPN
    6: CUSTOMREQUEST
    7: IDN
    8: </keywords>
    9: </info>
   10: 
   11: #
   12: # Server-side
   13: <reply>
   14: <servercmd>
   15: CAPA SMTPUTF8
   16: </servercmd>
   17: <data>
   18: 250-Joe Smith <joe.smith@example.com>
   19: 250-Harry Smith <harry.smith@example.com>
   20: 250 Melvin Smith <melvin.smith@example.com>
   21: </data>
   22: </reply>
   23: 
   24: #
   25: # Client-side
   26: <client>
   27: <server>
   28: smtp
   29: </server>
   30: <features>
   31: idn
   32: !win32
   33: </features>
   34:  <name>
   35: SMTP mailing list EXPN (CUSTOMREQUEST) with SMTPUTF8 support
   36:  </name>
   37:  <command>
   38: smtp://%HOSTIP:%SMTPPORT/969 --mail-rcpt Friends -X EXPN
   39: </command>
   40: </client>
   41: 
   42: #
   43: # Verify data after the test has been "shot"
   44: <verify>
   45: <protocol>
   46: EHLO 969
   47: EXPN Friends SMTPUTF8
   48: QUIT
   49: </protocol>
   50: </verify>
   51: </testcase>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>