public class SearchTermHelpers extends Object
| Constructor and Description |
|---|
SearchTermHelpers() |
| Modifier and Type | Method and Description |
|---|---|
static javax.mail.search.SearchTerm |
and(List<javax.mail.search.SearchTerm> terms) |
static javax.mail.search.SearchTerm |
and(javax.mail.search.SearchTerm... terms) |
static javax.mail.search.SearchTerm |
flag(javax.mail.Flags.Flag flag) |
static javax.mail.search.SearchTerm |
from(String email) |
static javax.mail.search.SearchTerm |
not(javax.mail.search.SearchTerm term) |
static javax.mail.search.SearchTerm |
receivedSince(Date date) |
static Date |
relativeDate(int unit,
int amount) |
static javax.mail.search.SearchTerm |
subject(String containsCaseInsensitive) |
public static javax.mail.search.SearchTerm and(javax.mail.search.SearchTerm... terms)
public static javax.mail.search.SearchTerm and(List<javax.mail.search.SearchTerm> terms)
public static javax.mail.search.SearchTerm not(javax.mail.search.SearchTerm term)
public static javax.mail.search.SearchTerm subject(String containsCaseInsensitive)
public static javax.mail.search.SearchTerm from(String email)
public static javax.mail.search.SearchTerm receivedSince(Date date)
public static javax.mail.search.SearchTerm flag(javax.mail.Flags.Flag flag)
public static Date relativeDate(int unit, int amount)
unit - - e.g. Calendar.HOURSamount - - negative for the past!Copyright © 2004-2014. All Rights Reserved.