P
pravar
Hello
I have a mail program where while sending mail i am setting it to
msg.setDataHandler( new DataHandler( new ByteArrayDataSource(
email_msg , "text/html" ) )) is it possible to convert the email
message in "MIME Part: TEXT/PLAIN" format while reading . If it is
possible then which api should we use to convert.
I have a mail program where while sending mail i am setting it to
msg.setDataHandler( new DataHandler( new ByteArrayDataSource(
email_msg , "text/html" ) )) is it possible to convert the email
message in "MIME Part: TEXT/PLAIN" format while reading . If it is
possible then which api should we use to convert.