1
0
This repository has been archived on 2025-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
Files
siadrive/3rd-party/curl-7.52.1/tests/data/test820
2017-02-02 21:08:13 -06:00

58 lines
720 B
Plaintext

<testcase>
<info>
<keywords>
IMAP
SASL
SASL AUTH LOGIN
</keywords>
</info>
#
# Server-side
<reply>
<servercmd>
AUTH LOGIN
REPLY AUTHENTICATE + VXNlcm5hbWU6
REPLY dXNlcg== + UGFzc3dvcmQ6
REPLY c2VjcmV0 A002 OK AUTHENTICATE completed
</servercmd>
<data>
From: me@somewhere
To: fake@nowhere
body
--
yours sincerely
</data>
</reply>
#
# Client-side
<client>
<server>
imap
</server>
<name>
IMAP login authentication
</name>
<command>
'imap://%HOSTIP:%IMAPPORT/820/;UID=1' -u user:secret
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol>
A001 CAPABILITY
A002 AUTHENTICATE LOGIN
dXNlcg==
c2VjcmV0
A003 SELECT 820
A004 FETCH 1 BODY[]
A005 LOGOUT
</protocol>
</verify>
</testcase>