Revert "DOCS: Added IMAP URL example for listing new messages"

This reverts commit 82ab5f1b0c as this was the wrong place to
document the complexity of IMAP URLs and Custom Requests.
This commit is contained in:
Steve Holme 2013-08-02 14:25:21 +01:00
parent 82ab5f1b0c
commit 7da3caaf95
1 changed files with 0 additions and 3 deletions

View 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