mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
57 lines
764 B
XML
57 lines
764 B
XML
<?xml version="1.0" encoding="US-ASCII"?>
|
|
<testcase>
|
|
<info>
|
|
<keywords>
|
|
POP3
|
|
SASL
|
|
SASL AUTH LOGIN
|
|
RFC1734
|
|
RFC5034
|
|
</keywords>
|
|
</info>
|
|
|
|
# Server-side
|
|
<reply>
|
|
<servercmd>
|
|
AUTH LOGIN
|
|
REPLY AUTH + %b64[Username:]b64%
|
|
REPLY %b64[user]b64% + %b64[Password:]b64%
|
|
REPLY %b64[secret]b64% +OK Login successful
|
|
</servercmd>
|
|
<data crlf="yes">
|
|
From: me@somewhere
|
|
To: fake@nowhere
|
|
|
|
body
|
|
|
|
--
|
|
yours sincerely
|
|
</data>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
pop3
|
|
</server>
|
|
<name>
|
|
POP3 login 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
|
|
AUTH LOGIN
|
|
%b64[user]b64%
|
|
%b64[secret]b64%
|
|
RETR %TESTNUMBER
|
|
QUIT
|
|
</protocol>
|
|
</verify>
|
|
</testcase>
|