diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-08-02 14:25:21 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-08-02 14:25:21 +0100 |
commit | 7da3caaf954c3688acbfcb0be7cf188bbfd65fa4 (patch) | |
tree | 186c7348b46d6e9ff9d5cb4282fc8ddd30357a98 /docs | |
parent | 82ab5f1b0c7c3f45f6d0f92d2ba16b3db4a2fce9 (diff) |
Revert "DOCS: Added IMAP URL example for listing new messages"
This reverts commit 82ab5f1b0c7c3f as this was the wrong place to
document the complexity of IMAP URLs and Custom Requests.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index f643c81f8..bebf8c08d 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -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 |