1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 08:08:50 -05:00

test810: Updated to use new IMAP URL query string functionality

This commit is contained in:
Steve Holme 2014-04-18 16:50:38 +01:00
parent 84c0aabe65
commit 4c8c3da6e2

View File

@ -4,7 +4,6 @@
IMAP IMAP
Clear Text Clear Text
SEARCH SEARCH
CUSTOMREQUEST
</keywords> </keywords>
</info> </info>
@ -23,10 +22,10 @@ CUSTOMREQUEST
imap imap
</server> </server>
<name> <name>
IMAP SEARCH for NEW messages (CUSTOMREQUEST) IMAP SEARCH for NEW messages
</name> </name>
<command> <command>
imap://%HOSTIP:%IMAPPORT/810 -u user:secret -X 'SEARCH NEW' imap://%HOSTIP:%IMAPPORT/810?NEW -u user:secret
</command> </command>
</client> </client>