Skip to content

Commit

Permalink
DOCS: Corrected layout of POP3 and IMAP URL examples
Browse files Browse the repository at this point in the history
Corrected layout issues with the POP3 and IMAP URL examples introduced
in commit cb3ae68.
  • Loading branch information
captain-caveman2k committed Feb 24, 2013
1 parent cb3ae68 commit e87a3cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/libcurl/curl_easy_setopt.3
Expand Up @@ -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
the user

pop3://user:password@mail.example.com/1 - This retrieves the first message for
the user

Expand All @@ -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
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
mailbox and fetches message 2

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

Expand Down

0 comments on commit e87a3cc

Please sign in to comment.