test997 (500B)
1 <testcase> 2 <info> 3 <keywords> 4 POP3 5 Clear Text 6 STAT 7 CUSTOMREQUEST 8 RFC2449 9 </keywords> 10 </info> 11 12 # 13 # Server-side 14 <reply> 15 <servercmd> 16 CAPA TOP USER 17 </servercmd> 18 <data> 19 </data> 20 </reply> 21 22 # 23 # Client-side 24 <client> 25 <server> 26 pop3 27 </server> 28 <name> 29 POP3 retrieve STAT (CUSTOMREQUEST) 30 </name> 31 <command> 32 pop3://%HOSTIP:%POP3PORT -u user:secret -X 'STAT' 33 </command> 34 </client> 35 36 # 37 # Verify data after the test has been "shot" 38 <verify> 39 <protocol> 40 CAPA 41 USER user 42 PASS secret 43 STAT 44 QUIT 45 </protocol> 46 </verify> 47 </testcase>