Feature request: obfuscate mailto links
description
On my wishlist for already a long time: Be able to obfuscate mailto hyperlinks easily.
I did some research in this matter and these are the hyperlinks I gathered explaining several ways to implement obfuscation. Thing is to find a method that works in all browsers.
http://csarven.ca/hiding-email-addresses
http://techblog.tilllate.com/2008/07/20/ten-methods-to-obfuscate-e-mail-addresses-compared/
http://www.josephfinsterwald.com/UI/Pages/article4.aspx
http://jace.zaiki.in/2011/03/22/spam-proofing-email-addresses
I would prefer this to be a checkbox option in the create hyperlink dialog. But that is probably out of scope of this provider.
Anyway, there seems to be a hook for developers to implement a non-optional method via the config:
For more information: Look for CKEDITOR.config.emailProtection on this page: http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html
So you might say: why not use config.emailProtection = 'encode' ?
Well, I did years ago but under some conditions it has drawbacks. I can't remember however what those where. I'll try using it again.
Other usefull links:
http://cksource.com/forums/viewtopic.php?t=22163
http://dev.ckeditor.com/ticket/2220