1<testcase> 2<info> 3<keywords> 4POP3 5Clear Text 6LIST 7SLOWDOWN 8</keywords> 9</info> 10 11# 12# Server-side 13<reply> 14# We use SLOWDOWN to really exercise the end-of-body parsing over multiple 15# packets 16<servercmd> 17SLOWDOWN 18</servercmd> 19# When doing LIST, we get the default list output hard-coded in the test 20# POP3 server 21<data> 221 100 232 4294967400 243 200 25</data> 26</reply> 27 28# 29# Client-side 30<client> 31<server> 32pop3 33</server> 34<name> 35POP3 LIST messages from *SLOW* server 36</name> 37<command> 38pop3://%HOSTIP:%POP3PORT/ -u user:secret 39</command> 40</client> 41 42# 43# Verify data after the test has been "shot" 44<verify> 45<protocol> 46CAPA 47USER user 48PASS secret 49LIST 50QUIT 51</protocol> 52</verify> 53</testcase> 54