1
0
mirror of https://github.com/moparisthebest/curl synced 2025-02-28 17:31:46 -05:00

imap: Fixed test801 and test1321 to specify a message UID

Just a folder list would be retrieved if UID was not specified now.
This commit is contained in:
Jiri Hruska 2013-03-06 22:19:17 +01:00 committed by Steve Holme
parent 81408d2111
commit c1ce09d470
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ http-proxy
IMAP FETCH tunneled through HTTP proxy IMAP FETCH tunneled through HTTP proxy
</name> </name>
<command> <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> </command>
</client> </client>

View File

@ -30,7 +30,7 @@ imap
IMAP FETCH IMAP FETCH
</name> </name>
<command> <command>
imap://%HOSTIP:%IMAPPORT/801 -u user:secret 'imap://%HOSTIP:%IMAPPORT/801/;UID=1' -u user:secret
</command> </command>
</client> </client>