mirror of
https://github.com/itflow-org/itflow
synced 2026-09-23 07:01:16 +00:00
Bump imapengine from 1.25.4 to 1.25.6 and dependencies
This commit is contained in:
@@ -32,6 +32,28 @@ userinfo.
|
||||
A URI that does not parse has no trustworthy authority boundary, so everything
|
||||
between any scheme and its last `@` is redacted as a safe-side fallback.
|
||||
|
||||
## `GuzzleHttp\Psr7\Utils::redactUriForMessage`
|
||||
|
||||
`public static function redactUriForMessage(UriInterface $uri): string`
|
||||
|
||||
Formats a URI for automatic diagnostics.
|
||||
|
||||
The whole userinfo component is replaced by "***", and the query and
|
||||
fragment are removed. The scheme, host, port, and path are preserved.
|
||||
The returned string is diagnostic-escaped and the formatter never
|
||||
throws.
|
||||
|
||||
## `GuzzleHttp\Psr7\Utils::redactUriStringForMessage`
|
||||
|
||||
`public static function redactUriStringForMessage(string $uri): string`
|
||||
|
||||
Formats a raw URI for automatic diagnostics, including malformed input.
|
||||
|
||||
The whole userinfo component is replaced by "***", and the query and
|
||||
fragment are removed. The scheme, host, port, and path are preserved
|
||||
where their boundaries can be determined safely. The returned string is
|
||||
diagnostic-escaped and the formatter never throws.
|
||||
|
||||
## `GuzzleHttp\Psr7\Utils::uriFor`
|
||||
|
||||
`public static function uriFor(string|UriInterface $uri): UriInterface`
|
||||
|
||||
Reference in New Issue
Block a user