From: Jiri Hruska Date: Wed, 6 Mar 2013 21:19:17 +0000 (+0100) Subject: imap: Fixed test801 and test1321 to specify a message UID X-Git-Tag: curl-7_30_0~181 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c1ce09d4703cc54db2aa045cbdc94fb310d4f3dd;p=thirdparty%2Fcurl.git imap: Fixed test801 and test1321 to specify a message UID Just a folder list would be retrieved if UID was not specified now. --- diff --git a/tests/data/test1321 b/tests/data/test1321 index c7ae7daa58..34cd9ff2a6 100644 --- a/tests/data/test1321 +++ b/tests/data/test1321 @@ -45,7 +45,7 @@ http-proxy IMAP FETCH tunneled through HTTP proxy -imap://%HOSTIP:%IMAPPORT/1321 -u user:secret -p -x %HOSTIP:%PROXYPORT +'imap://%HOSTIP:%IMAPPORT/1321/;UID=1' -u user:secret -p -x %HOSTIP:%PROXYPORT diff --git a/tests/data/test801 b/tests/data/test801 index 793b2781da..d528292725 100644 --- a/tests/data/test801 +++ b/tests/data/test801 @@ -30,7 +30,7 @@ imap IMAP FETCH -imap://%HOSTIP:%IMAPPORT/801 -u user:secret +'imap://%HOSTIP:%IMAPPORT/801/;UID=1' -u user:secret