tags:

views:

117

answers:

1

Ok, so two questions. I'm able to access and read my new email inbox using javamail but:

  1. If i try to read the messages already found by javamail, javamail seems not to be able to read them again.

  2. Javamail cant read messages with numbers in the subject.

How can I make it so that both of these are possible?

Thank you

UPDATE: Fixed question 1, I was using gmail and the setting needs to be configured so that the messages can be seen by JavaMail once opened. Still stuck on the second question though :(

A: 

I am trying to do something similar with javamail and gmail on android but have not been able to get past 1. Do you have some example source I could try?

My original question is here: http://stackoverflow.com/questions/3303805/are-there-any-good-short-code-examples-that-simply-read-a-new-gmail-message

JackN