1<testcase> 2<info> 3<keywords> 4POP3 5</keywords> 6</info> 7 8# 9# Server-side 10<reply> 11<servercmd> 12AUTH CRAM-MD5 13REPLYLF AUTH + 14</servercmd> 15</reply> 16 17# 18# Client-side 19<client> 20<server> 21pop3 22</server> 23<features> 24crypto 25</features> 26<name> 27POP3 with short authentication response 28</name> 29<command> 30pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u user:secret 31</command> 32</client> 33 34# 35# Verify data after the test has been "shot" 36<verify> 37<protocol> 38CAPA 39AUTH CRAM-MD5 40dXNlciA1YzhkYjAzZjA0Y2VjMGY0M2JjYjA2MDAyMzkxNDE5MA== 41</protocol> 42# CURLE_LOGIN_DENIED 43<errorcode> 4467 45</errorcode> 46</verify> 47</testcase> 48