]> rtime.felk.cvut.cz Git - hornmich/skoda-qr-demo.git/blob - QRScanner/mobile/jni/thirdparty/curl/tests/data/test905
Add MuPDF native source codes
[hornmich/skoda-qr-demo.git] / QRScanner / mobile / jni / thirdparty / curl / tests / data / test905
1 <testcase>
2 <info>
3 <keywords>
4 SMTP
5 SMTP AUTH CRAM-MD5
6 RFC2195
7 RFC4954
8 </keywords>
9 </info>
10
11 #
12 # Server-side
13 <reply>
14 <servercmd>
15 REPLY EHLO 250 AUTH CRAM-MD5
16 REPLY AUTH 334 PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ+
17 REPLY dGltIGI5MTNhNjAyYzdlZGE3YTQ5NWI0ZTZlNzMzNGQzODkw 235 Authenticated
18 </servercmd>
19 </reply>
20
21 #
22 # Client-side
23 <client>
24 <server>
25 smtp
26 </server>
27 <features>
28 crypto
29 </features>
30  <name>
31 SMTP CRAM-MD5 authentication
32  </name>
33 <stdin>
34 mail body\r
35 </stdin>
36  <command>
37 smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 905@foo --mail-from 905@from -u tim:tanstaaftanstaaf -T -
38 </command>
39 </client>
40
41 #
42 # Verify data after the test has been "shot"
43 <verify>
44 <protocol>
45 EHLO user\r
46 AUTH CRAM-MD5\r
47 dGltIGI5MTNhNjAyYzdlZGE3YTQ5NWI0ZTZlNzMzNGQzODkw\r
48 MAIL FROM:<905@from>\r
49 RCPT TO:<905@foo>\r
50 DATA\r
51 QUIT\r
52 </protocol>
53 <upload>
54 mail body\r
55 .\r
56 </upload>
57 </verify>
58 </testcase>