Interface | Description |
---|---|
FolderListener | |
MailFolder |
Represents a mailbox within an
Store . |
MailMessageAttributes |
Interface for objects holding IMAP4rev1 Message Attributes.
|
Store |
Represents the complete mail store for an IMAP server, providing access to
and manipulation of all
Mailboxes stored on this server. |
StoredMessageCollection |
Class | Description |
---|---|
InMemoryStore |
A simple in-memory implementation of
Store , used for testing
and development. |
ListBasedStoredMessageCollection | |
MapBasedStoredMessageCollection | |
MessageFlags |
The set of flags associated with a message.
|
SimpleMessageAttributes |
Attributes of a Message in IMAP4rev1 style.
|
StoredMessage |
A mail message with all of the extra stuff that IMAP requires.
|
StoredMessage.UidAwareMimeMessage |
Wraps a mime message and provides support for uid.
|
Exception | Description |
---|---|
FolderException |
Thrown on an inappropriate attempt to reference a mailbox.
|
Copyright © 2006–2019 Icegreen Technologies. All rights reserved.