mirror of
https://github.com/curl/curl.git
synced 2026-05-13 23:16:20 +03:00
DOCS: Corrected IMAP URL examples according to RFC5092
URL examples that included the UID weren't technically correct although would pass the curl parser.
This commit is contained in:
parent
cc27aff7b3
commit
94336d3c1e
1 changed files with 2 additions and 2 deletions
|
|
@ -748,10 +748,10 @@ message 1
|
|||
imap://user:password@mail.example.com/OUTBOX - Selects the user's OUTBOX and
|
||||
fetches message 1.
|
||||
|
||||
imap://user:password@mail.example.com/OUTBOX;UID=2 - Selects the user's OUTBOX
|
||||
imap://user:password@mail.example.com/OUTBOX/;UID=2 - Selects the user's OUTBOX
|
||||
mailbox and fetches message 2
|
||||
|
||||
imap://user:password@mail.example.com/OUTBOX;UID=3/;SECTION=TEXT - Selects the
|
||||
imap://user:password@mail.example.com/OUTBOX/;UID=3/;SECTION=TEXT - Selects the
|
||||
SENT mailbox and fetches message 3 with only the text portion of the message
|
||||
|
||||
For more information about the individual components of an IMAP URL please
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue