mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
test1275: verify upercase after period in markdown
Script based on the #9474 pull-request logic, but implemented in perl. Updated docs/URL-SYNTAX.md accordingly. Suggested-by: Dan Fandrich Closes #9697
This commit is contained in:
parent
ddeec8feba
commit
aafb06c592
4 changed files with 123 additions and 3 deletions
|
|
@ -299,8 +299,7 @@ want the matching `MAILINDEX` numbers returned then you could search via URL:
|
|||
|
||||
imap://user:password@mail.example.com/INBOX?TEXT%20%22foo%20bar%22
|
||||
|
||||
.. but if you wanted matching `UID` numbers you would have to use a custom
|
||||
request:
|
||||
If you want matching `UID` numbers you have to use a custom request:
|
||||
|
||||
imap://user:password@mail.example.com/INBOX -X "UID SEARCH TEXT \"foo bar\""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue