1<testcase> 2<info> 3<keywords> 4POP3 5APOP 6</keywords> 7</info> 8 9# 10# Server-side 11<reply> 12<servercmd> 13CAPA APOP 14REPLY welcome +OK curl POP3 server ready to serve <1972.987654321\@curl> 15</servercmd> 16<data> 17From: me@somewhere 18To: fake@nowhere 19 20body 21 22-- 23 yours sincerely 24</data> 25</reply> 26 27# 28# Client-side 29<client> 30<server> 31pop3 32</server> 33<features> 34crypto 35</features> 36<name> 37POP3 APOP authentication 38</name> 39<command> 40pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u user:secret 41</command> 42</client> 43 44# 45# Verify data after the test has been "shot" 46<verify> 47<protocol> 48CAPA 49APOP user 7501b4cdc224d469940e65e7b5e4d6eb 50RETR %TESTNUMBER 51QUIT 52</protocol> 53</verify> 54</testcase> 55