Skip to content Skip to sidebar Skip to footer

Getting Html Email Content In Javamail

I've made an E- Mail Client for my Android- Phone using the JavaMail API. I dont knoq how to get the E- Mail Content if it's a html- Mail. I'm using the following Code to get the C

Solution 1:

Is any exception thrown?

Did you enable debugging and examine the protocol trace to see what might have failed?

Are you using IMAP?

It looks like your program was created out of pieces of the JavaMail sample program called msgshow.java, did you find the complete original sample program?

This JavaMail FAQ entry might help as well.

Post a Comment for "Getting Html Email Content In Javamail"