You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <testcase>
- <info>
- <keywords>
- POP3
- RETR
- </keywords>
- </info>
-
- #
- # Server-side
- <reply>
- <data>
- From: me@somewhere
- To: fake@nowhere
-
- body
-
- --
- yours sincerely
- </data>
- </reply>
-
- #
- # Client-side
- <client>
- <server>
- pop3
- </server>
- <name>
- POP3 RETR
- </name>
- <command>
- pop3://%HOSTIP:%POP3PORT/850 -u user:secret
- </command>
- </client>
-
- #
- # Verify data after the test has been "shot"
- <verify>
- <protocol>
- CAPA
- USER user
- PASS secret
- RETR 850
- QUIT
- </protocol>
- </verify>
- </testcase>
|