mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-23 14:34:46 +00:00
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. |
||
|---|---|---|
| .. | ||
| bench | ||
| cache | ||
| configs | ||
| exclude-path | ||
| ignore | ||
| offline | ||
| TEST.html | ||
| TEST.md | ||
| TEST_ALL_PRIVATE.md | ||
| TEST_CODE_BLOCKS.md | ||
| TEST_DUMP_EXCLUDE.txt | ||
| TEST_EMAIL.md | ||
| TEST_EMAIL_QUERY_PARAMS.html | ||
| TEST_EMAIL_QUERY_PARAMS.md | ||
| TEST_EXAMPLE_DOMAINS.md | ||
| TEST_EXCLUDE_1.txt | ||
| TEST_EXCLUDE_2.txt | ||
| TEST_GITHUB.md | ||
| TEST_GITHUB_404.md | ||
| TEST_HTML5.html | ||
| TEST_HTML5_CUSTOM_ELEMENTS.html | ||
| TEST_HTML5_LOWERCASE_DOCTYPE.html | ||
| TEST_HTML5_MALFORMED_LINKS.html | ||
| TEST_HTML5_MINIFIED.html | ||
| TEST_HTTP.html | ||
| TEST_QUIRKS.txt | ||
| TEST_REPETITION_1.txt | ||
| TEST_REPETITION_2.txt | ||
| TEST_SCHEMES.md | ||
| TEST_SCHEMES.txt | ||