I am writing/learning to fetch email using java from an IMAP folder using javax.mail package. I was successfully able to retrieve the last n messages in a Folder, however I am looking to build an example to retrieve messages since a specified date. Any examples?
I am writing/learning to fetch email using java from an IMAP folder using javax.mail
Share
You could also use the SearchTerm classes in the java mail package.
Some combination of the above should prove to be a better way to get dates within a certain range.