lychee/lychee-bin/tests
Matthias d61105edbb
Fix parsing error of email addresses with query params (#809)
Email addresses with query parameters often get used in
contact forms on websites. They can also be found in
other documents like Markdown.

A common use-case is to add a subject line to the email
as a parameter e.g. `mailto:mail@example.com?subject="Hello"`.

Previously we handled such cases incorrectly by recognizing
them as files. The reason was that our email parsing was too strict
to allow for that use-case.
With `email_address` we switched to a more permissive parser.

Note that this does not affect the actual address email checking,
as this is still done `check-if-email-exists`, which has more strict
check functionality.
2022-11-05 23:40:33 +01:00
..
cli.rs Fix parsing error of email addresses with query params (#809) 2022-11-05 23:40:33 +01:00
example_domains.rs Exclude example domains as per RFC 2606 from checking (#627) 2022-05-29 21:42:00 +02:00
local_files.rs Error cleanup (#510) 2022-02-19 01:44:00 +01:00
usage.rs Fix syntax highlighting in README (#792) 2022-10-24 15:59:04 +02:00