1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/data/test903

57 lines
725 B
Plaintext
Raw Normal View History

2010-04-19 05:16:30 -04:00
<testcase>
<info>
<keywords>
SMTP
SMTP AUTH PLAIN
RFC4616
RFC4954
</keywords>
</info>
#
# Server-side
<reply>
<servercmd>
REPLY EHLO 250 AUTH PLAIN
REPLY AUTH 334 PLAIN supported
REPLY dGVzdAB0ZXN0ADEyMzQ= 235 Authenticated
2010-04-19 05:16:30 -04:00
</servercmd>
</reply>
#
# Client-side
<client>
<server>
smtp
</server>
<name>
SMTP plain authentication
</name>
<stdin>
mail body
2010-04-19 05:16:30 -04:00
</stdin>
<command>
smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 903@foo --mail-from 903@from -u test:1234 -T -
2010-04-19 05:16:30 -04:00
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol>
EHLO user
AUTH PLAIN
dGVzdAB0ZXN0ADEyMzQ=
MAIL FROM:<903@from>
RCPT TO:<903@foo>
2010-04-19 05:16:30 -04:00
DATA
QUIT
</protocol>
<upload>
mail body
2010-04-19 05:16:30 -04:00
.
</upload>
</verify>
</testcase>