htmltest
htmltest copied to clipboard
Fix mailto URIs with multiple recipients
Fixes #233. mailto URIs with multiple recipients are now handled.
- handle each recipient in a mailto URI individually (split on the
,
) - add a test case