Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Javascript 'cvml' in an email address

I received a reply from someone with a Gmail address recently.

In the body of the message, it had my return address as:

"My name" <[email protected]<javascript:_e({}, 'cvml','[email protected]');>>

A search online shows this bit of JavaScript code appearing frequently in email messages but no explanation of what it does.

Is this something having to do with Google+?

What is its purpose?

like image 890
watchdog_timer Avatar asked Feb 02 '13 13:02

watchdog_timer


1 Answers

I believe this stems from Cufon-yui.js, which is used to render custom fonts. Cufon uses cvml to return urn:schemas-microsoft-com:vml which is an XML namespace for Vector Markup Language.

like image 70
Frederik Krautwald Avatar answered Nov 07 '22 00:11

Frederik Krautwald