123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <testcase>
- <info>
- <keywords>
- POP3
- Clear Text
- RETR
- </keywords>
- </info>
- #
- # Server-side
- <reply>
- <data>
- From: me@somewhere
- To: fake@nowhere
- ..body with a single dot first
- ...triple dots...
- --
- yours sincerely
- </data>
- <datacheck>
- From: me@somewhere
- To: fake@nowhere
- .body with a single dot first
- ..triple dots...
- --
- yours sincerely
- </datacheck>
- </reply>
- #
- # Client-side
- <client>
- <server>
- pop3
- </server>
- <name>
- POP3 RETR message with dot-prefixed line
- </name>
- <command>
- pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u user:secret
- </command>
- </client>
- #
- # Verify data after the test has been "shot"
- <verify>
- <protocol>
- CAPA
- USER user
- PASS secret
- RETR %TESTNUMBER
- QUIT
- </protocol>
- </verify>
- </testcase>
|