POP3
# Server-side
AUTH CRAM-MD5
REPLYLF AUTH +
# Client-side
pop3
crypto
digest
POP3 with short authentication response
pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u user:secret
# Verify data after the test has been "shot"
CAPA
AUTH CRAM-MD5
%b64[user 5c8db03f04cec0f43bcb060023914190]b64%
# CURLE_LOGIN_DENIED
67