luyadev / luya

LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.
https://luya.io
MIT License
812 stars 207 forks source link

Feature request: Add email obfuscation as an option to mail tag #1895

Closed rolandschaub closed 5 years ago

rolandschaub commented 5 years ago

For users sensitive about their email address, it would be good to be able to enable obfuscation of email addresses generated by the mail[]-Tag.

One way would be to use Unicode entities, like proposed here: https://www.onsite.org/html/antispam_email.html

info@luya.io would be written as info@luya.io

Although there will be sophisticated spam bots that still can access obfuscated addresses, the simple ones won't be able to do so.

nadar commented 5 years ago

Is there any downside regarding browser or mail client interpretation of unicode reading?

rolandschaub commented 5 years ago

No, unicode encoded characters are not "lesser" characters than decoded characters.