1<testcase> 2<info> 3<keywords> 4POP3 5Clear Text 6LIST 7</keywords> 8</info> 9 10# 11# Server-side 12<reply> 13<data> 14%repeat[1000 x 95 328485%0d%0a]%</data> 15</reply> 16 17# 18# Client-side 19<client> 20<server> 21pop3 22</server> 23<name> 24POP3 LIST 1000 messages 25</name> 26<command> 27pop3://%HOSTIP:%POP3PORT/ -u user:secret 28</command> 29</client> 30 31# 32# Verify data after the test has been "shot" 33<verify> 34<protocol> 35CAPA 36USER user 37PASS secret 38LIST 39QUIT 40</protocol> 41</verify> 42</testcase> 43