Recieving formatted mails

Hi friends,

I am developing a mail client using Jakarta Struts. I am stuck up in a problem. I'm not able to recieve formatted text mails. Can anyone tell me the solution on how to go about this

The content type it gave is

"content type==>text/plain; charset=ISO-8859-1; format=flowed"

But it should be text/html i guess

Any idea?

with regards,

Subramanya

[410 byte] By [Subramanyaa] at [2007-11-27 8:51:50]
# 1
http://java.sun.com/products/javamail/FAQ.html#sendrichThere are other questions also relating to the same.Ramki.
passion_for_javaa at 2007-7-12 21:05:53 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
What do you mean you're not able to receive them? Who's sending them?Are they sending text/html messages or not?
bshannona at 2007-7-12 21:05:53 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3

Hello,

I mean to say, i sent a test mail from gmail with a formatted text content.... i'm receiving mails but i'm not getting the content in formatted(Bold, Italic, Underline, etc)

The console shows content type as

text/plain; charset=ISO-8859-1; format=flowed...

I guess you understood

With regards,

Subramanya

Subramanyaa at 2007-7-12 21:05:53 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 4
Still not into the groove of it... Probably this will help you. http://java.sun.com/developer/EJTechTips/2004/tt0426.htmlRamki
passion_for_javaa at 2007-7-12 21:05:53 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 5
Hello, Thanks for the help... I got it.... I's checking with text/plain n not text/html... Thanks a lotwith regards,Subramanya
Subramanyaa at 2007-7-12 21:05:53 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 6
If you're sure gmail is sending a text/html message, but it's text/plainwhen it gets to you, then your mail server is doing something to themessage.
bshannona at 2007-7-12 21:05:53 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 7
Hi,Yes I've received message as a text/html even if it was a plain text message.Thnaks for the help and supportwith regards,Subramanya
Subramanyaa at 2007-7-12 21:05:53 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 8
Gmail may just be using text/html for everything. Possibly there's asetting that lets you choose.
bshannona at 2007-7-12 21:05:53 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...