Google App Engine (GAE) message.getContent() using javamail and IMAP not works
I have several days trying to get the contents of a message through IMAP on a Google App Engine Project. I managed to extract all the other information, but to extract the contents of jumps me an error message (not work even invoking message.getContent.tostring(), I've tried as MultiPart). I perform the same action from a normal project , (not GAE and using javamail.1.4.7), the content of the messages shown perfectly. This is the code of GAE project: import java.util.Properties; import java.util.logging.Logger; import javax.mail.Session; import java.io.IOException; import javax.mail