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

« back to all changes in this revision

Viewing changes to tests/data/test801

Tags: 7.20.0-1
* Package is orphaned.
* New upstream release.
* Switch to dpkg-source 3.0 (quilt) format (closes: #538547).
* Fixed build error with binutils-gold (closes: #554296). 

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>