1<testcase> 2<info> 3<keywords> 4POP3 5Clear Text 6RETR 7connection re-use 8</keywords> 9</info> 10 11# 12# Server-side 13<reply> 14<servercmd> 15REPLY "PASS secret" +OK Login successful 16</servercmd> 17<data> 18From: me@somewhere 19To: fake@nowhere 20 21body 22 23-- 24 yours sincerely 25</data> 26</reply> 27 28# 29# Client-side 30<client> 31<server> 32pop3 33</server> 34 <name> 35POP3 multiple connection authentication 36 </name> 37 <command> 38pop3://%HOSTIP:%POP3PORT/882001 -u user.one:secret -: pop3://%HOSTIP:%POP3PORT/882002 -u user.two:secret 39</command> 40</client> 41 42# 43# Verify data after the test has been "shot" 44<verify> 45<protocol> 46CAPA 47USER user.one 48PASS secret 49RETR 882001 50QUIT 51CAPA 52USER user.two 53PASS secret 54RETR 882002 55QUIT 56</protocol> 57</verify> 58</testcase> 59