test993 (488B)
1 <testcase> 2 <info> 3 <keywords> 4 POP3 5 Clear Text 6 LIST 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> 21 pop3 22 </server> 23 <name> 24 POP3 LIST 1000 messages 25 </name> 26 <command> 27 pop3://%HOSTIP:%POP3PORT/ -u user:secret 28 </command> 29 </client> 30 31 # 32 # Verify data after the test has been "shot" 33 <verify> 34 <protocol> 35 CAPA 36 USER user 37 PASS secret 38 LIST 39 QUIT 40 </protocol> 41 <limits> 42 Allocations: 2200 43 </limits> 44 </verify> 45 </testcase>