Reading mails sent from GMail
问题 I am using JavaMail to read mail in my Android app. I have tried to cover all combinations i.e Mail sent/received on/from Custom Server/Gmail ID/Live ID. The problem occurs with SOME of the mails sent from GMail WITH Attachment. I am able to receive the attachment, but the content returns javax.mail.internet.MimeMultipart@44f2e698 Here's the code used to receive and read messages: Properties props = System.getProperties(); props.setProperty("mail.store.protocol", "imap"); try { /* Create the