]> granicus.if.org Git - curl/commitdiff
DOCS: Corrected the IMAP URL grammar of the UIDVALIDITY parameter
authorSteve Holme <steve_holme@hotmail.com>
Thu, 7 Mar 2013 20:53:15 +0000 (20:53 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Thu, 7 Mar 2013 20:53:15 +0000 (20:53 +0000)
docs/libcurl/curl_easy_setopt.3

index d3d3c828ed54df1776999a6dc98fbeabd5f3fa00..ed7e4dbbaa49ce9b47d430015a6bec790767b48f 100644 (file)
@@ -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