Frames | No Frames |
Methods with parameter type javax.mail.search.SearchTerm | |
boolean | Apply the specified Search criterion to this message. |
Message[] | Search this Folder for messages matching the specified search criterion. |
Message[] | Search the given array of messages for those that match the specified
search criterion. |
Methods with parameter type javax.mail.search.SearchTerm | |
Message[] | IMAP search function. |
Message[] | IMAP search function. |
Classes derived from javax.mail.search.SearchTerm | |
class | This abstract class implements string comparisons for Message addresses. |
class | This class implements Message Address comparisons. |
class | This class implements the logical AND operator on individual SearchTerms. |
class | This class implements searches on Message Body. |
class | This class models the comparison operator. |
class | This class implements comparisons for Dates. |
class | This class implements comparisons for Message Flags. |
class | This class implements string comparisons for the From Address header. |
class | This class implements comparisons for the From Address header. |
class | This class implements comparisons for Message headers. |
class | This class implements comparisons for integers. |
class | This term models the RFC822 "Message-Id" - a message-id for Internet
messages that is supposed to be unique per message. |
class | This class implements comparisons for Message numbers. |
class | This class implements the logical NEGATION operator. |
class | This class implements the logical OR operator on individual SearchTerms. |
class | This class implements comparisons for the Message Received date
|
class | This class implements string comparisons for the Recipient Address headers. |
class | This class implements comparisons for the Recipient Address headers. |
class | This class implements comparisons for the Message SentDate. |
class | This class implements comparisons for Message sizes. |
class | This class implements the match method for Strings. |
class | This class implements comparisons for the Message Subject header. |
Constructors with parameter type javax.mail.search.SearchTerm | |
Constructor that takes two terms. | |
Constructor that takes an array of SearchTerms. | |
Constructor that takes two operands. | |
Constructor that takes an array of SearchTerms. |
Fields of type javax.mail.search.SearchTerm | |
SearchTerm | The search term to negate. |
SearchTerm[] | The array of terms on which the AND operator should be applied. |
SearchTerm[] | The array of terms on which the OR operator should be applied. |
Methods with return type javax.mail.search.SearchTerm | |
SearchTerm | Return the term to negate. |
SearchTerm[] | Return the search terms. |
SearchTerm[] | Return the search terms. |