1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -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
Clear Text
SEARCH
CUSTOMREQUEST
</keywords>
</info>
@ -23,10 +22,10 @@ CUSTOMREQUEST
imap
</server>
<name>
IMAP SEARCH for NEW messages (CUSTOMREQUEST)
IMAP SEARCH for NEW messages
</name>
<command>
imap://%HOSTIP:%IMAPPORT/810 -u user:secret -X 'SEARCH NEW'
imap://%HOSTIP:%IMAPPORT/810?NEW -u user:secret
</command>
</client>