]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
imap: Fixed test801 and test1321 to specify a message UID
authorJiri Hruska <jirka@fud.cz>
Wed, 6 Mar 2013 21:19:17 +0000 (22:19 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Wed, 6 Mar 2013 21:38:19 +0000 (21:38 +0000)
Just a folder list would be retrieved if UID was not specified now.

tests/data/test1321
tests/data/test801

index c7ae7daa58d2a953198c0cf7e2324c830b39fe64..34cd9ff2a6e85fec99d3bc828c88f809d4ed9610 100644 (file)
@@ -45,7 +45,7 @@ http-proxy
 IMAP FETCH tunneled through HTTP proxy
  </name>
  <command>
-imap://%HOSTIP:%IMAPPORT/1321 -u user:secret -p -x %HOSTIP:%PROXYPORT
+'imap://%HOSTIP:%IMAPPORT/1321/;UID=1' -u user:secret -p -x %HOSTIP:%PROXYPORT
 </command>
 </client>
 
index 793b2781da17971e513f6bada967b695410e8a5c..d52829272582325b8403bcb4832e028bed1d8b8d 100644 (file)
@@ -30,7 +30,7 @@ imap
 IMAP FETCH
  </name>
  <command>
-imap://%HOSTIP:%IMAPPORT/801 -u user:secret
+'imap://%HOSTIP:%IMAPPORT/801/;UID=1' -u user:secret
 </command>
 </client>