htmltest icon indicating copy to clipboard operation
htmltest copied to clipboard

Fix mailto URIs with multiple recipients

Open Qup42 opened this issue 10 months ago • 0 comments

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

Qup42 avatar Apr 08 '24 19:04 Qup42