mirror of
https://github.com/curl/curl.git
synced 2026-05-30 04:27:30 +03:00
test810: Updated to use new IMAP URL query string functionality
This commit is contained in:
parent
84c0aabe65
commit
4c8c3da6e2
1 changed files with 2 additions and 3 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue