File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test930
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: RSET
    6: CUSTOMREQUEST
    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:  <name>
   22: SMTP RSET (CUSTOMREQUEST)
   23:  </name>
   24:  <command>
   25: smtp://%HOSTIP:%SMTPPORT/930 -X RSET -I
   26: </command>
   27: </client>
   28: 
   29: #
   30: # Verify data after the test has been "shot"
   31: <verify>
   32: <protocol>
   33: EHLO 930
   34: RSET
   35: QUIT
   36: </protocol>
   37: </verify>
   38: </testcase>

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