1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

DOCS: Added IMAP URL example for listing new messages

In addition to listing the folder contents, in the URL examples, added
an example to list the new messages waiting in the user's inbox.
This commit is contained in:
Steve Holme 2013-08-02 10:08:55 +01:00
parent 7ae64af368
commit 82ab5f1b0c

View File

@ -825,6 +825,9 @@ 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