mirror of
https://github.com/curl/curl.git
synced 2026-08-24 13:03:35 +03:00
GHA/checkdocs: re-enable proselint, update setup, fix issues found
- update configuration and invocation.
- install via pip.
- drop a file exception.
- alpha sort proselint settings.
- FILEFORMAT: update text about XML compliance.
- CI job takes 22 seconds total.
Ref: https://github.com/amperser/proselint/releases/tag/v0.16.0
Follow-up to 38bfe1c2aa #15314
Closes #19931
This commit is contained in:
parent
8ff5222b4e
commit
46429d6f44
10 changed files with 68 additions and 67 deletions
|
|
@ -127,7 +127,7 @@ text file:
|
|||
curl -F '=(;type=multipart/alternative' \
|
||||
-F '=plain text message' \
|
||||
-F '= <body>HTML message</body>;type=text/html' \
|
||||
-F '=)' -F '=@textfile.txt' ... smtp://example.com
|
||||
-F '=)' -F '=@textfile.txt' ... smtp://example.com
|
||||
|
||||
Data can be encoded for transfer using encoder=. Available encodings are
|
||||
*binary* and *8bit* that do nothing else than adding the corresponding
|
||||
|
|
|
|||
|
|
@ -28,8 +28,7 @@ different levels of encryption required.
|
|||
This option is handled in LDAP (added in 7.81.0). It is fully supported by the
|
||||
OpenLDAP backend and ignored by the generic ldap backend.
|
||||
|
||||
Please note that a server may close the connection if the negotiation does
|
||||
not succeed.
|
||||
Please note that a server may close the connection if the negotiation fails.
|
||||
|
||||
This option was formerly known as --ftp-ssl (added in 7.11.0). That option
|
||||
name can still be used but might be removed in a future version.
|
||||
|
|
|
|||
|
|
@ -21,5 +21,5 @@ specified as either a single flag value or a comma-separated list
|
|||
of flag values. These values are case-sensitive and may be negated
|
||||
by prepending them with a '-' character. Currently the following
|
||||
flag values are accepted: answered, deleted, draft, flagged, and
|
||||
seen. The currently-accepted flag values are used to set flags on
|
||||
seen. The currently accepted flag values are used to set flags on
|
||||
IMAP uploads.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue