File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test858
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: POP3
    5: Clear Text
    6: DELE
    7: CUSTOMREQUEST
    8: </keywords>
    9: </info>
   10: 
   11: #
   12: # Server-side
   13: <reply>
   14: </reply>
   15: 
   16: #
   17: # Client-side
   18: <client>
   19: <server>
   20: pop3
   21: </server>
   22:  <name>
   23: POP3 DELE message (CUSTOMREQUEST)
   24:  </name>
   25:  <command>
   26: pop3://%HOSTIP:%POP3PORT/858 -u user:secret -X DELE -I
   27: </command>
   28: </client>
   29: 
   30: #
   31: # Verify data after the test has been "shot"
   32: <verify>
   33: <protocol>
   34: CAPA
   35: USER user
   36: PASS secret
   37: DELE 858
   38: QUIT
   39: </protocol>
   40: </verify>
   41: </testcase>

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