Thanks for the handy application, Ananad.
I would like to suggest an additional format. When you copy a link from an article in a browser (eg, Chrome), you get something like Sample #1 below. When you simply paste it into an email client (eg, Thunderbird), it changes your formatting because of the embedded class and style attributes and the span tags. It would be nice if you could eliminate all attributes except href and all tags except <a> and </a> (see Sample #2).
Sample #1
<a class="h5"
href="
http://futureoftech....ons-may-get-upgraded"
style="margin-top: 7px; margin-right: 0px; margin-bottom: 5px;
margin-left: 0px; padding-top: 0px; padding-right: 0px;
padding-bottom: 0px; padding-left: 0px; border-top-width: 0px;
border-right-width: 0px; border-bottom-width: initial;
border-left-width: 0px; border-style: initial; border-color:
initial; border-image: initial; outline-width: 0px; outline-style:
initial; outline-color: initial; font-size: 18px; vertical-align:
baseline; color: rgb(17, 68, 119); text-decoration: none;
font-weight: normal; line-height: 1.25em; font-family: Georgia,
serif; border-bottom-style: none; border-bottom-color: initial;
font-style: normal; font-variant: normal; letter-spacing: normal;
orphans: 2; text-align: -webkit-auto; text-indent: 0px;
text-transform: none; white-space: normal; widows: 2;
word-spacing: 0px; -webkit-text-size-adjust: auto;
-webkit-text-stroke-width: 0px; background-color: rgb(255, 255,
255); "><span property="dc:title" style="margin-top: 0px;
margin-right: 0px; margin-bottom: 0px; margin-left: 0px;
padding-top: 0px; padding-right: 0px; padding-bottom: 0px;
padding-left: 0px; border-top-width: 0px; border-right-width:
0px; border-bottom-width: 0px; border-left-width: 0px;
border-style: initial; border-color: initial; border-image:
initial; outline-width: 0px; outline-style: initial;
outline-color: initial; font-size: 18px; vertical-align:
baseline; ">Robot surgeons may get upgraded</span></a>
Sample #2
<a href="http://futureoftech.msnbc.msn.com/_news/2012/01/13/10150612-robot-surgeons-may-get-upgraded">Robot surgeons may get upgraded</a>