POP3
LIST
#
# Server-side
REPLY AUTH -ERR unsupported command
REPLY LIST +OK but no messages\r\n.
#
# Client-side
pop3
POP3 LIST no messages available
pop3://%HOSTIP:%POP3PORT/ -u user:secret
#
# Verify data after the test has been "shot"
AUTH
USER user
PASS secret
LIST
QUIT