Commit graph

7 commits

Author SHA1 Message Date
Matthias Endler
35610764a1
Add support for custom headers in input processing (#1561) 2025-05-23 13:37:32 +02:00
Thomas Zahner
a8c0f45795 Update documentation 2025-05-13 10:31:49 +02:00
Ben
e29a3c5b78
Add Checkbox Formatting Option for Markdown Reports (#1623)
* fixes #1610
   added:
	- OutputMode::Task
	- task.rs formatter
* fixed broken link in TROUBLESHOOTING.md
2025-02-06 15:03:53 +01:00
mschfh
f46fd38f4a
Update TROUBLESHOOTING.md (#1440) 2024-06-14 12:13:58 +02:00
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
Pavel Bychko
0cf6920d7f
Add troubleshooting guide for unreachable mail addresses (#723) 2022-08-08 16:20:24 +02:00
Matthias
bf00b2b7f1
Move troubleshooting guide to docs 2022-02-04 12:05:28 +01:00
Renamed from TROUBLESHOOTING.md (Browse further)