Skip to content

Some names are not sanitised or quoted in Contact extension #909

Discussion options

You must be logged in to vote

Thank you for the bug report and your patience. I updated the contact extension as suggested, special characters will be removed from addresses. Here are some of the technical details. Addresses can be in one of two formats: abc@example.com or Bear Björn <abc@example.com>, without or with display name.

  • Bear, Björn <abc@example.com> becomes normalised to Bear Björn <abc@eexample.com>
  • Björn (Support) <abc@example.com> becomes normalised to Björn Support <abc@example.com>
  • "Be, Ba, Bu Björn" <abc@example.com> becomes normalised to Be Ba Bu Björn <abc@example.com>

Quotes will be removed from the display name in the same way as other special characters. However, if this design turns out to be…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@GiovanniSalmeri
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by schulle4u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants