Frames | No Frames |
Classes derived from javax.mail.search.SearchTerm | |
class | A string comparison of message addresses. |
class | A comparison of message addresses. |
class | A logical AND of a number of search terms. |
class | A textual search of the message content. |
class | A comparison for scalar values. |
class | A date comparison. |
class | A comparison of message flags. |
class | A string comparison of the From address header. |
class | A comparison of the From address. |
class | A case-insensitive string comparison of message header values. |
class | An integer comparison. |
class | A comparison for the RFC822 "Message-Id", a string message identifier
for Internet messages that is supposed to be unique per message. |
class | A comparison of message numbers. |
class | Provides the logical negation of the target term. |
class | A logical OR of a number of search terms. |
class | A comparison of message received dates. |
class | A string comparison of the recipient headers in a message. |
class | A comparison of recipient headers in a message. |
class | A comparison of message sent dates. |
class | A comparison of message sizes. |
class | A comparison of string values. |
class | A comparison of message subject headers. |
Constructors with parameter type javax.mail.search.SearchTerm | |
Constructor with two terms. | |
Constructor with multiple terms. | |
Constructor with two operands. | |
Constructor with multiple search terms. |
Fields of type javax.mail.search.SearchTerm | |
SearchTerm | The search term to negate. |
SearchTerm[] | The target terms. |
SearchTerm[] | The target terms. |
Methods with return type javax.mail.search.SearchTerm | |
SearchTerm | Returns the term to negate. |
SearchTerm[] | Returns the search terms. |
SearchTerm[] | Returns the search terms. |
Methods with parameter type javax.mail.search.SearchTerm | |
Message[] | IMAP search function. |
Message[] | IMAP search function. |
Methods with parameter type javax.mail.search.SearchTerm | |
boolean | Indicates whether the specified search term applies to this message. |
Message[] | Searches this folder for messages matching the specified search term. |
Message[] | Searches the given messages for those matching the specified search
term. |