<br><font size=2 face="sans-serif">Hi All</font>
<br>
<br><font size=2 face="sans-serif">I my web application i show the mails sent by various client to the site administrator. I use</font>
<br><font size=2 face="sans-serif">a perl script to parse the inbox and convert it into characters. Finally i update the database</font>
<br><font size=2 face="sans-serif">from where i show the mails on my application for the administrator.</font>
<br>
<br><font size=2 face="sans-serif">Problem occurs when a mail from MS outlook 2000 is sent with hyperlinks containing key/value</font>
<br><font size=2 face="sans-serif">pair like this </font>
<br>
<br><font size=2 face="sans-serif">http://www.foo.com?bar=2745&amp;id=2734&amp;sid=so3434</font>
<br>
<br><font size=2 face="sans-serif">in its message body.</font>
<br>
<br><font size=2 face="sans-serif">The MS outlook does not encode this hyperlink and sends it as it is. </font>
<br>
<br><font size=2 face="sans-serif">The perl parser which i have written parses the hyperlink and converts the above</font>
<br><font size=2 face="sans-serif">hyperlink to</font>
<br>
<br><font size=2 face="sans-serif">http://www.foo.com?bar'45&amp;id'34&amp;sid=so3434</font>
<br>
<br><font size=2 face="sans-serif">My parser works find for all other mail formats. </font>
<br>
<br><font size=2 face="sans-serif">Please help me in solving this problem</font>
<br>
<br><font size=2 face="sans-serif">Regards</font>
<br><font size=2 face="sans-serif">Sridhar</font>