The question is to know if there is a way to build an HTML email with inline style (no CSS file, nor <style> tags) with the href links that react with the mouse passing over them : just to be able to change the color font.
So, no JS, no script, no <style>, just <a href="http://www.dot.com style="....">link</a>
No.
You can’t apply pesudo-classes (or anything else that appears in a selector) via the style attribute.