POP3 LIST # # Server-side # We use SLOWDOWN to really exercise the end-of-body parsing over multiple # packets SLOWDOWN # When doing LIST, we get the default list output hard-coded in the test # POP3 server 1 100 2 4294967400 4 200 # # Client-side pop3 POP3 LIST messages from *SLOW* server pop3://%HOSTIP:%POP3PORT/ -u user:secret # # Verify data after the test has been "shot" USER user PASS secret LIST QUIT