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

« back to all changes in this revision

Viewing changes to tests/data/test819

  • 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
IMAP
 
5
IMAP AUTH PLAIN
 
6
RFC4616
 
7
</keywords>
 
8
</info>
 
9
 
 
10
#
 
11
# Server-side
 
12
<reply>
 
13
<servercmd>
 
14
AUTH PLAIN
 
15
REPLY AUTHENTICATE +
 
16
REPLY dXNlcgB1c2VyAHNlY3JldA== A002 OK AUTHENTICATE completed
 
17
</servercmd>
 
18
<data>
 
19
From: me@somewhere
 
20
To: fake@nowhere
 
21
 
 
22
body
 
23
 
 
24
--
 
25
  yours sincerely
 
26
</data>
 
27
</reply>
 
28
 
 
29
#
 
30
# Client-side
 
31
<client>
 
32
<server>
 
33
imap
 
34
</server>
 
35
 <name>
 
36
IMAP plain authentication
 
37
 </name>
 
38
 <command>
 
39
'imap://%HOSTIP:%IMAPPORT/819/;UID=1' -u user:secret
 
40
</command>
 
41
</client>
 
42
 
 
43
#
 
44
# Verify data after the test has been "shot"
 
45
<verify>
 
46
<protocol>
 
47
A001 CAPABILITY
 
48
A002 AUTHENTICATE PLAIN
 
49
dXNlcgB1c2VyAHNlY3JldA==
 
50
A003 SELECT 819
 
51
A004 FETCH 1 BODY[]
 
52
A005 LOGOUT
 
53
</protocol>
 
54
</verify>
 
55
</testcase>