]> granicus.if.org Git - curl/commitdiff
Revert "DOCS: Added IMAP URL example for listing new messages"
authorSteve Holme <steve_holme@hotmail.com>
Fri, 2 Aug 2013 13:25:21 +0000 (14:25 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Fri, 2 Aug 2013 13:25:21 +0000 (14:25 +0100)
This reverts commit 82ab5f1b0c7c3f as this was the wrong place to
document the complexity of IMAP URLs and Custom Requests.

docs/libcurl/curl_easy_setopt.3

index f643c81f8c85adc99d475fc059fc3f8afbcf653a..bebf8c08d6d79125e5251cfc479838fd80076317 100644 (file)
@@ -825,9 +825,6 @@ imap://user:password@mail.example.com - Performs a top level folder list
 imap://user:password@mail.example.com/INBOX - Performs a folder list on the
 user's inbox
 
-imap://user:password@mail.example.com/INBOX -X "SEARCH NEW" - This lists the
-new messages in the user's inbox.
-
 imap://user:password@mail.example.com/INBOX/;UID=1 - Selects the user's inbox
 and fetches message 1