Searching Mails

In this post under Java Mail, I will explain with example how to search mails in an inbox. To start a search we need to establish criterias and only those mails matching the criterias will be displayed. To establish criteria we will take the help of javax.mail.search.SearchTerm abstract class. Even though SearchTerm is an abstract…… Continue reading Searching Mails