POP3
LIST
#
# Server-side
REPLY AUTH -ERR unsupported command
REPLY LIST +OK 808 100
#
# Client-side
pop3
POP3 LIST one message
pop3://%HOSTIP:%POP3PORT/808 -l -u user:secret
#
# Verify data after the test has been "shot"
AUTH
USER user
PASS secret
LIST 808
QUIT