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

« back to all changes in this revision

Viewing changes to tests/data/test871

  • 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 PLAIN SASL-IR
 
6
RFC1734
 
7
RFC4616
 
8
RFC5034
 
9
</keywords>
 
10
</info>
 
11
 
 
12
#
 
13
# Server-side
 
14
<reply>
 
15
<servercmd>
 
16
AUTH PLAIN
 
17
REPLY AUTH +OK Login successful
 
18
</servercmd>
 
19
<data>
 
20
From: me@somewhere
 
21
To: fake@nowhere
 
22
 
 
23
body
 
24
 
 
25
--
 
26
  yours sincerely
 
27
</data>
 
28
</reply>
 
29
 
 
30
#
 
31
# Client-side
 
32
<client>
 
33
<server>
 
34
pop3
 
35
</server>
 
36
 <name>
 
37
POP3 plain authentication with initial response
 
38
 </name>
 
39
 <command>
 
40
pop3://%HOSTIP:%POP3PORT/871 -u user:secret --sasl-ir
 
41
</command>
 
42
</client>
 
43
 
 
44
#
 
45
# Verify data after the test has been "shot"
 
46
<verify>
 
47
<protocol>
 
48
CAPA
 
49
AUTH PLAIN dXNlcgB1c2VyAHNlY3JldA==
 
50
RETR 871
 
51
QUIT
 
52
</protocol>
 
53
</verify>
 
54
</testcase>