1<testcase> 2<info> 3<keywords> 4POP3 5Clear Text 6LIST 7</keywords> 8</info> 9 10# 11# Server-side 12<reply> 13<servercmd> 14REPLY LIST +OK but no messages\r\n. 15</servercmd> 16<datacheck> 17</datacheck> 18</reply> 19 20# 21# Client-side 22<client> 23<server> 24pop3 25</server> 26<name> 27POP3 LIST no messages available 28</name> 29<command> 30pop3://%HOSTIP:%POP3PORT/ -u user:secret 31</command> 32</client> 33 34# 35# Verify data after the test has been "shot" 36<verify> 37<protocol> 38CAPA 39USER user 40PASS secret 41LIST 42QUIT 43</protocol> 44</verify> 45</testcase> 46