Ok, so two questions. I'm able to access and read my new email inbox using javamail but:
If i try to read the messages already found by javamail, javamail seems not to be able to read them again.
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 :(