0

How to read email type of "text/html" ?

This is how I get emails:

    try {
        store = emailSession.getStore(mailStoreType);
        store.connect(host, username, password);
        Message[] messages = getMessages(folder);
        Message message = messages[emailIndex];
    } catch (Exception e) {
        e.printStackTrace();
    }
Nael Marwan
  • 1,030
  • 1
  • 13
  • 32

0 Answers0