curl-curl/tests/data/test864
Viktor Szakats de49cc89ab
tests/data: more XML-compliance via %LT and %GT macros in email addresses
Reduce number of files failing `xmllint --format` from 133 to 57 (-76)
(3% of 1894), by replacing `<` and `>` with new macro `%LT` and `%GT`,
in most places, which is in email addresses (192 lines).

Follow-up to a9ec2a676c #19491

Closes #19470
2025-11-18 18:57:53 +01:00

56 lines
688 B
Plaintext

<testcase>
<info>
<keywords>
POP3
APOP
</keywords>
</info>
#
# Server-side
<reply>
<servercmd>
CAPA APOP
REPLY welcome +OK curl POP3 server ready to serve %LT1972.987654321\@curl%GT
</servercmd>
<data crlf="yes">
From: me@somewhere
To: fake@nowhere
body
--
yours sincerely
</data>
</reply>
#
# Client-side
<client>
<server>
pop3
</server>
<features>
crypto
digest
</features>
<name>
POP3 APOP authentication
</name>
<command>
pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u user:secret
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol crlf="yes">
CAPA
APOP user 7501b4cdc224d469940e65e7b5e4d6eb
RETR %TESTNUMBER
QUIT
</protocol>
</verify>
</testcase>