diff options
author | Jiri Hruska <jirka@fud.cz> | 2013-03-06 22:19:17 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-03-06 21:38:19 +0000 |
commit | c1ce09d4703cc54db2aa045cbdc94fb310d4f3dd (patch) | |
tree | fdb3c6b09c97ce7a89b56b43fb9ca0b0697a5897 /tests/data/test1321 | |
parent | 81408d21110d17e072beb7da7b31783ce03ba9f3 (diff) |
imap: Fixed test801 and test1321 to specify a message UID
Just a folder list would be retrieved if UID was not specified now.
Diffstat (limited to 'tests/data/test1321')
-rw-r--r-- | tests/data/test1321 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test1321 b/tests/data/test1321 index c7ae7daa5..34cd9ff2a 100644 --- a/tests/data/test1321 +++ b/tests/data/test1321 @@ -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> |