| Package | Description |
|---|---|
| com.sun.mail.gimap |
An EXPERIMENTAL IMAP protocol provider that supports the
Gmail-specific IMAP protocol extensions
.
|
| com.sun.mail.gimap.protocol | |
| com.sun.mail.imap |
An IMAP protocol provider for the JavaMail API
that provides access to an IMAP message store.
|
| com.sun.mail.imap.protocol |
This package includes internal IMAP support classes and
SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.
|
| javax.mail |
The JavaMail™ API
provides classes that model a mail system.
|
| javax.mail.search |
Message search terms for the JavaMail API.
|
| Class | Description |
|---|---|
| SearchTerm |
Search criteria are expressed as a tree of search-terms, forming
a parse-tree for the search expression.
|
| StringTerm |
This class implements the match method for Strings.
|
| Class | Description |
|---|---|
| SearchException |
The exception thrown when a Search expression could not be handled.
|
| SearchTerm |
Search criteria are expressed as a tree of search-terms, forming
a parse-tree for the search expression.
|
| Class | Description |
|---|---|
| SearchTerm |
Search criteria are expressed as a tree of search-terms, forming
a parse-tree for the search expression.
|
| Class | Description |
|---|---|
| AndTerm |
This class implements the logical AND operator on individual
SearchTerms.
|
| BodyTerm |
This class implements searches on a message body.
|
| DateTerm |
This class implements comparisons for Dates
|
| FlagTerm |
This class implements comparisons for Message Flags.
|
| HeaderTerm |
This class implements comparisons for Message headers.
|
| MessageIDTerm |
This term models the RFC822 "MessageId" - a message-id for
Internet messages that is supposed to be unique per message.
|
| NotTerm |
This class implements the logical NEGATION operator.
|
| OrTerm |
This class implements the logical OR operator on individual SearchTerms.
|
| SearchException |
The exception thrown when a Search expression could not be handled.
|
| SearchTerm |
Search criteria are expressed as a tree of search-terms, forming
a parse-tree for the search expression.
|
| SizeTerm |
This class implements comparisons for Message sizes.
|
| SubjectTerm |
This class implements comparisons for the message Subject header.
|
| Class | Description |
|---|---|
| SearchTerm |
Search criteria are expressed as a tree of search-terms, forming
a parse-tree for the search expression.
|
| Class | Description |
|---|---|
| AddressStringTerm |
This abstract class implements string comparisons for Message
addresses.
|
| AddressTerm |
This class implements Message Address comparisons.
|
| ComparisonTerm |
This class models the comparison operator.
|
| DateTerm |
This class implements comparisons for Dates
|
| IntegerComparisonTerm |
This class implements comparisons for integers.
|
| SearchTerm |
Search criteria are expressed as a tree of search-terms, forming
a parse-tree for the search expression.
|
| StringTerm |
This class implements the match method for Strings.
|
Copyright © 2018 Oracle. All rights reserved.