~ubuntu-branches/ubuntu/trusty/curl/trusty

« back to all changes in this revision

Viewing changes to tests/data/test907

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2013-12-20 09:13:22 UTC
  • mfrom: (3.4.44 sid)
  • Revision ID: package-import@ubuntu.com-20131220091322-lqk9xf5wba7vsyfh
Tags: 7.34.0-1ubuntu1
* Resynchronize on Debian, remaining changes
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from binary package Depends.
  - Add new libcurl3-udeb package.
  - Add new curl-udeb package.
* Dropped undocumented Build-Depends change to automake1.9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<info>
3
3
<keywords>
4
4
SMTP
5
 
SMTP AUTH PLAIN SASL-IR
6
 
RFC4616
 
5
SMTP AUTH DIGEST-MD5
 
6
RFC2831
7
7
RFC4954
8
8
</keywords>
9
9
</info>
12
12
# Server-side
13
13
<reply>
14
14
<servercmd>
15
 
AUTH PLAIN
16
 
REPLY AUTH 235 Authenticated
 
15
AUTH DIGEST-MD5
 
16
REPLY AUTH 334 cmVhbG09ImN1cmwiLG5vbmNlPSI1MzAwZDE3YTFkNjk1YmQ0MTFlNGNkZjk2Zjk1NDhjMjNjZWQ2MTc1IixhbGdvcml0aG09bWQ1LXNlc3MscW9wPSJhdXRoIg==
 
17
REPLY dXNlcm5hbWU9InVzZXIiLHJlYWxtPSJjdXJsIixub25jZT0iNTMwMGQxN2ExZDY5NWJkNDExZTRjZGY5NmY5NTQ4YzIzY2VkNjE3NSIsY25vbmNlPSIxMjM0NTY3OCIsbmM9IjAwMDAwMDAxIixkaWdlc3QtdXJpPSJzbXRwL2N1cmwiLHJlc3BvbnNlPTU3MjBiYjgxZDgwNjI3YmU1ZDExYTAwYTU2M2Q3MGU1 334
 
18
REPLY  235 Authenticated
17
19
</servercmd>
18
20
</reply>
19
21
 
23
25
<server>
24
26
smtp
25
27
</server>
 
28
<features>
 
29
debug
 
30
crypto
 
31
</features>
26
32
 <name>
27
 
SMTP plain authentication with initial response
 
33
SMTP DIGEST-MD5 authentication
28
34
 </name>
29
35
<stdin>
30
36
mail body
31
37
</stdin>
32
38
 <command>
33
 
smtp://%HOSTIP:%SMTPPORT/907 --mail-rcpt recipient@example.com --mail-from sender@example.com -u test:1234 --sasl-ir -T -
 
39
smtp://%HOSTIP:%SMTPPORT/907 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user:secret -T -
34
40
</command>
35
41
</client>
36
42
 
39
45
<verify>
40
46
<protocol>
41
47
EHLO 907
42
 
AUTH PLAIN dGVzdAB0ZXN0ADEyMzQ=
 
48
AUTH DIGEST-MD5
 
49
dXNlcm5hbWU9InVzZXIiLHJlYWxtPSJjdXJsIixub25jZT0iNTMwMGQxN2ExZDY5NWJkNDExZTRjZGY5NmY5NTQ4YzIzY2VkNjE3NSIsY25vbmNlPSIxMjM0NTY3OCIsbmM9IjAwMDAwMDAxIixkaWdlc3QtdXJpPSJzbXRwL2N1cmwiLHJlc3BvbnNlPTU3MjBiYjgxZDgwNjI3YmU1ZDExYTAwYTU2M2Q3MGU1
 
50
 
43
51
MAIL FROM:<sender@example.com>
44
52
RCPT TO:<recipient@example.com>
45
53
DATA