If the concern is beating the spambots, I'm pretty sure the current email cloaking is pretty proactive. To demonstrate, try disabling javascript temporarily and see how the email addresses render.
For example, if I were to use my email address here:
sigmastar[deleteme]@[deleteme]gmail.comthe HTML (if you do View Source) is this:
<span class=bbcemail><span class=bbcemailname>sigmastar</span><span class=bbchidden style='display:none'>[deleteme]</span><span class=bbcat>@</span><span class=bbchidden style='display:none'>[deleteme]</span><span class=bbcdomain>gmail.com</span></span>
Which is later read by javascript and is tweaked to turn into a clickable email address.
That said, I could possibly make something to hide email addresses in general from users who aren't logged in.
--
It's all in the reflexes.