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

« back to all changes in this revision

Viewing changes to tests/data/test807

  • Committer: Package Import Robot
  • Author(s): Michael Vogt
  • Date: 2014-04-30 13:34:14 UTC
  • mfrom: (76.1.1 utopic)
  • Revision ID: package-import@ubuntu.com-20140430133414-lal4vsnldlvsue7n
* Merge from Debian unstable.  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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<info>
3
3
<keywords>
4
4
IMAP
5
 
STORE
6
 
CUSTOMREQUEST
 
5
LSUB
 
6
CUSTOMREQUEST
7
7
</keywords>
8
8
</info>
9
9
 
11
11
# Server-side
12
12
<reply>
13
13
<data>
14
 
* 123 FETCH (FLAGS (\Seen \Deleted))
 
14
* LSUB () "/" /807/blurdybloop
 
15
* LSUB (\Noselect) "/" /807/foo
 
16
* LSUB () "/" /807/foo/bar
15
17
</data>
16
18
</reply>
17
19
 
22
24
imap
23
25
</server>
24
26
 <name>
25
 
IMAP STORE (CUSTOMREQUEST)
 
27
IMAP LSUB mailbox
26
28
 </name>
27
29
 <command>
28
 
-u user:secret -X 'STORE 123 +Flags \Deleted' 'imap://%HOSTIP:%IMAPPORT/807'
 
30
imap://%HOSTIP:%IMAPPORT -u user:secret -X 'LSUB "807" *'
29
31
</command>
30
32
</client>
31
33
 
35
37
<protocol>
36
38
A001 CAPABILITY
37
39
A002 LOGIN user secret
38
 
A003 SELECT 807
39
 
A004 STORE 123 +Flags \Deleted
40
 
A005 LOGOUT
 
40
A003 LSUB "807" *
 
41
A004 LOGOUT
41
42
</protocol>
42
43
</verify>
43
44
</testcase>