lychee/examples
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
..
builder Fix parsing error of email addresses with query params (#809) 2022-11-05 23:40:33 +01:00
client_pool Bump futures from 0.3.24 to 0.3.25 2022-10-20 12:09:14 +00:00
collect_links Bump tokio-stream from 0.1.10 to 0.1.11 2022-10-12 12:11:09 +00:00
extract Bump tokio from 1.21.1 to 1.21.2 2022-09-28 12:14:00 +00:00
simple Bump tokio from 1.21.1 to 1.21.2 2022-09-28 12:14:00 +00:00