简体   繁体   中英

JavaMail Read Messages

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 :(

You should be more specific with your question. You are using a POP3 provider? an IMAP one?

I use javamail and have processed millions of real world mails many of which certainly contain numbers in the subject, so I suspect it's not a javamail problem.

If you think so, add more data and stack traces etc

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM