POP3
STARTTLS
#
# Server-side
CAPA STLS USER
REPLY STLS -ERR currently unavailable\r\n+OK user accepted\r\n+OK authenticated
REPLY PASS -ERR Authentication credentials invalid
From: me@somewhere
To: fake@nowhere
body
--
yours sincerely
#
# Client-side
SSL
pop3
POP3 STARTTLS pipelined server response
pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u user:secret --ssl
#
# Verify data after the test has been "shot"
# 8 is CURLE_WEIRD_SERVER_REPLY
8
CAPA
STLS