~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to tests/data/test904

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-05-07 12:16:37 UTC
  • mfrom: (3.4.37 sid)
  • Revision ID: package-import@ubuntu.com-20130507121637-9t3i98qgsyr9dw5d
Tags: 7.30.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.
* Add warning to debian/patches/series.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<testcase>
 
2
<info>
 
3
<keywords>
 
4
SMTP
 
5
SMTP AUTH LOGIN
 
6
RFC4954
 
7
</keywords>
 
8
</info>
 
9
 
 
10
#
 
11
# Server-side
 
12
<reply>
 
13
<servercmd>
 
14
REPLY EHLO 250 AUTH LOGIN
 
15
REPLY AUTH 334 UGFzc3dvcmQ6
 
16
REPLY MTIzNA== 235 Authenticated
 
17
</servercmd>
 
18
</reply>
 
19
 
 
20
#
 
21
# Client-side
 
22
<client>
 
23
<server>
 
24
smtp
 
25
</server>
 
26
 <name>
 
27
SMTP login authentication
 
28
 </name>
 
29
<stdin>
 
30
mail body
 
31
</stdin>
 
32
 <command>
 
33
smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 904@foo --mail-from 904@from -u test:1234 -T -
 
34
</command>
 
35
</client>
 
36
 
 
37
#
 
38
# Verify data after the test has been "shot"
 
39
<verify>
 
40
<protocol>
 
41
EHLO user
 
42
AUTH LOGIN dGVzdA==
 
43
MTIzNA==
 
44
MAIL FROM:<904@from>
 
45
RCPT TO:<904@foo>
 
46
DATA
 
47
QUIT
 
48
</protocol>
 
49
<upload>
 
50
mail body
 
51
 
 
52
.
 
53
</upload>
 
54
</verify>
 
55
</testcase>