~ubuntu-branches/ubuntu/natty/curl/natty-security

« back to all changes in this revision

Viewing changes to tests/data/test801

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2010-06-20 13:56:28 UTC
  • mfrom: (3.4.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100620135628-e30tp9jldq6hq985
Tags: 7.21.0-1ubuntu1
* Merge from debian unstable.  Remaining changes: LP: #596334
  - Keep build deps in main:
    - Drop build dependencies: stunnel, libssh2-1-dev
    - Add build-dependency on openssh-server
    - Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<testcase>
 
2
<info>
 
3
<keywords>
 
4
IMAP
 
5
FETCH
 
6
</keywords>
 
7
</info>
 
8
 
 
9
#
 
10
# Server-side
 
11
<reply>
 
12
<data>
 
13
From: me@somewhere
 
14
To: fake@nowhere
 
15
 
 
16
body
 
17
 
 
18
--
 
19
  yours sincerely
 
20
</data>
 
21
</reply>
 
22
 
 
23
#
 
24
# Client-side
 
25
<client>
 
26
<server>
 
27
imap
 
28
</server>
 
29
 <name>
 
30
IMAP FETCH
 
31
 </name>
 
32
 <command>
 
33
imap://%HOSTIP:%IMAPPORT/801 -u user:secret
 
34
</command>
 
35
</client>
 
36
 
 
37
#
 
38
# Verify data after the test has been "shot"
 
39
<verify>
 
40
<protocol>
 
41
B LOGIN user secret
 
42
C SELECT 801
 
43
D FETCH 1 BODY[TEXT]
 
44
A LOGOUT
 
45
</protocol>
 
46
</verify>
 
47
</testcase>