mirror of
https://github.com/curl/curl.git
synced 2025-09-26 22:16:50 +03:00
DOCS: Corrected layout of POP3 and IMAP URL examples
Corrected layout issues with the POP3 and IMAP URL examples introduced
in commit cb3ae6894f
.
This commit is contained in:
parent
cb3ae6894f
commit
e87a3ccc62
|
@ -732,6 +732,7 @@ ID is not specified then a list of waiting messages is returned instead.
|
||||||
|
|
||||||
pop3://user:password@mail.example.com - This lists the available messages for
|
pop3://user:password@mail.example.com - This lists the available messages for
|
||||||
the user
|
the user
|
||||||
|
|
||||||
pop3://user:password@mail.example.com/1 - This retrieves the first message for
|
pop3://user:password@mail.example.com/1 - This retrieves the first message for
|
||||||
the user
|
the user
|
||||||
|
|
||||||
|
@ -743,10 +744,13 @@ be used to specify the UID and SECTION of the message to fetch (Added in
|
||||||
|
|
||||||
imap://user:password@mail.example.com - Selects the user's INBOX and fetches
|
imap://user:password@mail.example.com - Selects the user's INBOX and fetches
|
||||||
message 1
|
message 1
|
||||||
|
|
||||||
imap://user:password@mail.example.com/OUTBOX - Selects the user's OUTBOX and
|
imap://user:password@mail.example.com/OUTBOX - Selects the user's OUTBOX and
|
||||||
fetches message 1.
|
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
|
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
|
SENT mailbox and fetches message 3 with only the text portion of the message
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user