POP3
LIST
#
# Server-side
# include the '.\r\n' 3-byte trailer to end the transfer poperly!
REPLY LIST +OK 851 100\r\n.
#
# Client-side
pop3
POP3 LIST one message
pop3://%HOSTIP:%POP3PORT/851 -l -u user:secret
#
# Verify data after the test has been "shot"
CAPA
USER user
PASS secret
LIST 851
QUIT