Gerald Chan wrote: > Hi, > > I am trying to open a html composed mail, but why the application does > not interpreting the mail, instead of showing the content in HTML > source.
What is the MIME type of the message? If you do a "view source", you should see it in the headers. It needs to be "text/html". If it's "text/plain" (but the message has HTML tags), then what you see is as it should be. A mail viewer that is based on Internet Explorer, on the other hand, would incorrectly parse the text as HTML and so would appear to be doing the right thing. Internet Explorer generally pays no attention to the mime type if what it sees looks like a HTML page. -- Jim Patterson Ottawa, Ont CANADA
