Annotation of embedaddon/curl/tests/data/test854, revision 1.1
1.1 ! misho 1: <testcase>
! 2: <info>
! 3: <keywords>
! 4: POP3
! 5: Clear Text
! 6: LIST
! 7: </keywords>
! 8: </info>
! 9:
! 10: #
! 11: # Server-side
! 12: <reply>
! 13: <servercmd>
! 14: REPLY LIST +OK but no messages\r\n.
! 15: </servercmd>
! 16: <datacheck>
! 17: </datacheck>
! 18: </reply>
! 19:
! 20: #
! 21: # Client-side
! 22: <client>
! 23: <server>
! 24: pop3
! 25: </server>
! 26: <name>
! 27: POP3 LIST no messages available
! 28: </name>
! 29: <command>
! 30: pop3://%HOSTIP:%POP3PORT/ -u user:secret
! 31: </command>
! 32: </client>
! 33:
! 34: #
! 35: # Verify data after the test has been "shot"
! 36: <verify>
! 37: <protocol>
! 38: CAPA
! 39: USER user
! 40: PASS secret
! 41: LIST
! 42: QUIT
! 43: </protocol>
! 44: </verify>
! 45: </testcase>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>