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

« back to all changes in this revision

Viewing changes to tests/data/test867

  • 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:
 
1
<testcase>
 
2
<info>
 
3
<keywords>
 
4
POP3
 
5
POP3 AUTH CRAM-MD5
 
6
RFC1734
 
7
RFC2195
 
8
RFC5034
 
9
</keywords>
 
10
</info>
 
11
 
 
12
#
 
13
# Server-side
 
14
<reply>
 
15
<servercmd>
 
16
AUTH CRAM-MD5
 
17
REPLY AUTH + PDE5NzIuOTg3NjU0MzIxQGN1cmw+
 
18
REPLY dXNlciA3MDMxNzI1NTk5ZmRiYjVkNDEyNjg5YWEzMjNlM2UwYg== +OK Login successful
 
19
</servercmd>
 
20
<data>
 
21
From: me@somewhere
 
22
To: fake@nowhere
 
23
 
 
24
body
 
25
 
 
26
--
 
27
  yours sincerely
 
28
</data>
 
29
</reply>
 
30
 
 
31
#
 
32
# Client-side
 
33
<client>
 
34
<server>
 
35
pop3
 
36
</server>
 
37
<features>
 
38
crypto
 
39
</features>
 
40
 <name>
 
41
POP3 CRAM-MD5 authentication
 
42
 </name>
 
43
 <command>
 
44
pop3://%HOSTIP:%POP3PORT/867 -u user:secret
 
45
</command>
 
46
</client>
 
47
 
 
48
#
 
49
# Verify data after the test has been "shot"
 
50
<verify>
 
51
<protocol>
 
52
CAPA
 
53
AUTH CRAM-MD5
 
54
dXNlciA3MDMxNzI1NTk5ZmRiYjVkNDEyNjg5YWEzMjNlM2UwYg==
 
55
RETR 867
 
56
QUIT
 
57
</protocol>
 
58
</verify>
 
59
</testcase>