~ubuntu-branches/ubuntu/utopic/curl/utopic

« back to all changes in this revision

Viewing changes to tests/data/test815

  • 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
STORE
 
6
CLOSE
 
7
CUSTOMREQUEST
 
8
</keywords>
 
9
</info>
 
10
 
 
11
#
 
12
# Server-side
 
13
<reply>
 
14
<data1>
 
15
* 123 FETCH (FLAGS (\Seen \Deleted))
 
16
</data1>
 
17
</reply>
 
18
 
 
19
#
 
20
# Client-side
 
21
<client>
 
22
<server>
 
23
imap
 
24
</server>
 
25
 <name>
 
26
IMAP delete message (CUSTOMREQUEST)
 
27
 </name>
 
28
 <command>
 
29
imap://%HOSTIP:%IMAPPORT/815 -X 'STORE 123 +Flags \Deleted' -Q -CLOSE -u user:secret
 
30
</command>
 
31
</client>
 
32
 
 
33
#
 
34
# Verify data after the test has been "shot"
 
35
<verify>
 
36
<protocol>
 
37
A001 CAPABILITY
 
38
A002 LOGIN user secret
 
39
A003 SELECT 815
 
40
A004 STORE 123 +Flags \Deleted
 
41
A005 CLOSE
 
42
A006 LOGOUT
 
43
</protocol>
 
44
</verify>
 
45
</testcase>