mirror of
https://github.com/curl/curl.git
synced 2026-05-15 10:36:20 +03:00
DOCS: Corrected the IMAP URL grammar of the UIDVALIDITY parameter
This commit is contained in:
parent
ad2920fa85
commit
b99c9f7c7f
1 changed files with 1 additions and 1 deletions
|
|
@ -751,7 +751,7 @@ user's inbox
|
|||
imap://user:password@mail.example.com/INBOX/;UID=1 - Selects the user's inbox
|
||||
and fetches message 1
|
||||
|
||||
imap://user:password@mail.example.com/INBOX/;UID=2/;UIDVALIDITY=50 - Selects
|
||||
imap://user:password@mail.example.com/INBOX;UIDVALIDITY=50/;UID=2 - Selects
|
||||
the user's inbox, checks the UIDVALIDITY of the mailbox is 50 and fetches
|
||||
message 2 if it is
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue