Quantcast
Channel: Active questions tagged email - Stack Overflow
Viewing all articles
Browse latest Browse all 29923

How to use more than 2 SearchTerms in JavaMail?

$
0
0

I have currently the problem that I want to use more than 2 SearchTerms. How is this possible? I have the following currently - but I can use only two terms in the AndTerm?

SearchTerm subjectSearchTerm = new SubjectTerm(searchValue);
SearchTerm bodyTerm = new BodyTerm(searchValue);
SearchTerm fromTerm = new FromStringTerm(searchValue);
SearchTerm searchTerm = new AndTerm(subjectSearchTerm, bodyTerm);

How can I change this?


Viewing all articles
Browse latest Browse all 29923

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>