Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Dec : Rendering HTML Email D7/indy 10.0.52
| Subject: | Rendering HTML Email D7/indy 10.0.52 |
| Posted by: | "Jacques" (jacques.no..@btinternet.com) |
| Date: | Thu, 8 Dec 2005 22:29:30 |
if someone can either provide sample code or point me in the right direction
to solve this problem i will be very greatful, because i've been fighting
with it for almost two days.
Basically, i've created a mail client that recieves plain email messages ok,
but when someone sends a html email it gets displayed with html tags etc, i
use a memo to display the message body. I tried using the browser component
by storing the message body in a string and then writing that string into a
html file and then navigating the browser to this file, but that did not do
the trick either. One of two things happen when i do this: Either it does
not show the message at all, or if it does, then it does not render the html
at all. wierd.
So i'm kind of running out of options.
Also, how do we check if a message is html?
thanks