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