Addon that cloaks all emails in content from spambots via Javascript. You don't have to care about email encryption, just enter an email address and the addon will replace the email with a mailto link with email cloaked.
Email Cloak produces valid XHTML 1.1 code.
Email Cloack searches for derivatives of link code
<a href="mailto:email@example.com">email@example.com</a><a href="mailto:email@example.com">anytext</a><a href="mailto:email@example.com?subject=Text">email@example.com</a><a href="mailto:email@example.com?subject=Text">anytext</a>or plain text
email@example.comand replaces an email with a mailto link with email cloaked.
For updates & info please visit: http://www.topleftpixel.de/
It's a slim chance but just in case Josef pop's by I have been happy with email cloaking for ages until I realised it is also trying to cloak the comment email a user saves in the comment form. It obviously can't do this properly so all a user sees in the email address field is a load of javascript! I can't find out where the cloaking program is called from or a way to tell it to only apply itself to the "about" page! PHP defeats me mainly :-)