| Interface | Description |
|---|---|
| Content |
IMAP needs to know the size of the content before it starts to write it out.
|
| Headers | |
| InputStreamContent | Deprecated
use
Content |
| MailboxACL |
Stores an Access Control List (ACL) applicable to a mailbox.
|
| MailboxACL.MailboxACLEntryKey |
The key used in
MailboxACL.getEntries(). |
| MailboxACL.MailboxACLRight |
Single right applicable to a mailbox.
|
| MailboxACL.MailboxACLRights |
Iterable set of
MailboxACL.MailboxACLRights. |
| MailboxConstants |
Constants which are used within the mailbox api and implementations
|
| MailboxMetaData |
Returned by the list method of MailboxRepository and others
|
| MessageMetaData |
Represent the
MessageMetaData for a message |
| MessageResult |
Used to get specific informations about a Message without dealing with a
MimeMessage instance.
|
| MessageResult.FetchGroup |
Indicates the results fetched.
|
| MessageResult.FetchGroup.PartContentDescriptor |
Describes the contents to be fetched for a mail part.
|
| MessageResult.Header |
A header.
|
| MessageResult.MimePath |
Describes a path within a multipart MIME message.
|
| MessageResultIterator |
A special
Iterator which allows to access the MailboxException if one was thrown while try to lazy fetch the MessageResult's in batches |
| MimeDescriptor | |
| Quota |
A
Quota restriction |
| SearchQuery.HeaderOperator |
Marks operator as suitable for header value searching.
|
| SearchQuery.Operator |
Search operator.
|
| Class | Description |
|---|---|
| MailboxPath |
The path to a mailbox.
|
| MailboxQuery |
Expresses select criteria for mailboxes.
|
| MessageRange |
Used to define a range of messages by uid.
The type of the set should be defined by using an appropriate constructor. |
| SearchQuery |
Models a query used to search for messages.
|
| SearchQuery.AddressOperator | |
| SearchQuery.AllCriterion |
Any message.
|
| SearchQuery.BooleanOperator |
Boolean value search.
|
| SearchQuery.ConjunctionCriterion |
Conjunction applying to the contained criteria.
|
| SearchQuery.ContainsOperator |
Contained value search.
|
| SearchQuery.Criterion |
Marker superclass for criteria.
|
| SearchQuery.CustomFlagCriterion |
Filters on a custom flag valuation.
|
| SearchQuery.DateOperator |
Operates on a date.
|
| SearchQuery.ExistsOperator |
Existance search.
|
| SearchQuery.FlagCriterion |
Filters on a standard flag.
|
| SearchQuery.HeaderCriterion |
Header value content search.
|
| SearchQuery.InOperator |
Search for numbers within set of ranges.
|
| SearchQuery.InternalDateCriterion |
Filters on the internal date.
|
| SearchQuery.ModSeqCriterion |
Filters on the mod-sequence of the messages.
|
| SearchQuery.NumericOperator |
Searches numeric values.
|
| SearchQuery.NumericRange |
Numbers within a particular range.
|
| SearchQuery.SizeCriterion | |
| SearchQuery.Sort |
Allow to sort a
SearchQuery response in different ways. |
| SearchQuery.TextCriterion |
Message text.
|
| SearchQuery.UidCriterion |
Filters on message identity.
|
| SimpleMailboxACL |
Default implementation of
MailboxACL. |
| SimpleMailboxACL.Rfc4314Rights |
Supports only the Standard Rights of RFC 4314 section 2.1.
|
| SimpleMailboxACL.SimpleMailboxACLEntry |
A utility implementation of
Map.Entry<MailboxACLEntryKey, MailboxACLRights>. |
| SimpleMailboxACL.SimpleMailboxACLEntryKey |
Default implementation of
MailboxACLEntryKey. |
| SimpleMailboxACL.SimpleMailboxACLRight |
Default implementation of
MailboxACL.MailboxACLRight. |
| UpdatedFlags |
Represent a Flag update for a message
|
| Enum | Description |
|---|---|
| MailboxACL.EditMode |
SETACL command mode.
|
| MailboxACL.NameType |
Allows distinguishing between users, groups and special names (see
MailboxACL.SpecialName). |
| MailboxACL.SpecialName |
Special name literals.
|
| MailboxMetaData.Children |
Indicates whether this mailbox allows children and - if so - whether it
has any.
|
| MailboxMetaData.Selectability |
RFC3501 Selectability flag
|
| MessageRange.Type | |
| SearchQuery.AddressType | |
| SearchQuery.Conjunction | |
| SearchQuery.DateComparator | |
| SearchQuery.DateResolution |
The Resolution which should get used for
Date searches |
| SearchQuery.NumericComparator | |
| SearchQuery.Scope | |
| SearchQuery.Sort.SortClause |
Specify on what to sort
|
| SimpleMailboxACL.Rfc4314Rights.CompatibilityMode |
See RFC 4314 section 2.1.1.
|
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.