File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test862
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: TOP
    7: CUSTOMREQUEST
    8: RFC2449
    9: </keywords>
   10: </info>
   11: 
   12: #
   13: # Server-side
   14: <reply>
   15: <servercmd>
   16: CAPA TOP USER
   17: </servercmd>
   18: <data>
   19: From: me@somewhere
   20: To: fake@nowhere
   21: 
   22: </data>
   23: </reply>
   24: 
   25: #
   26: # Client-side
   27: <client>
   28: <server>
   29: pop3
   30: </server>
   31:  <name>
   32: POP3 retrieve message header (CUSTOMREQUEST)
   33:  </name>
   34:  <command>
   35: pop3://%HOSTIP:%POP3PORT -u user:secret -X 'TOP 862 0'
   36: </command>
   37: </client>
   38: 
   39: #
   40: # Verify data after the test has been "shot"
   41: <verify>
   42: <protocol>
   43: CAPA
   44: USER user
   45: PASS secret
   46: TOP 862 0
   47: QUIT
   48: </protocol>
   49: </verify>
   50: </testcase>

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