Package | Description |
---|---|
com.sun.mail.imap |
An IMAP protocol provider for the JavaMail API
that provides access to an IMAP message store.
|
javax.mail |
The JavaMailTM API
provides classes that model a mail system.
|
javax.mail.event |
Listeners and events for the JavaMail API.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageVanishedEvent
This class provides notification of messages that have been removed
since the folder was last synchronized.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MailEvent> |
IMAPFolder.open(int mode,
ResyncData rd)
Open this folder in the given mode, with the given
resynchronization data.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
EventQueue.TerminatorEvent
A special event that causes the queue processing task to terminate.
|
Modifier and Type | Field and Description |
---|---|
(package private) MailEvent |
EventQueue.QueueElement.event |
Modifier and Type | Method and Description |
---|---|
(package private) void |
EventQueue.enqueue(MailEvent event,
java.util.Vector vector)
Enqueue an event.
|
protected void |
Service.queueEvent(MailEvent event,
java.util.Vector vector)
Add the event and vector of listeners to the queue to be delivered.
|
private void |
Folder.queueEvent(MailEvent event,
java.util.Vector vector) |
Constructor and Description |
---|
QueueElement(MailEvent event,
java.util.Vector vector) |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionEvent
This class models Connection events.
|
class |
FolderEvent
This class models Folder existence events.
|
class |
MessageChangedEvent
This class models Message change events.
|
class |
MessageCountEvent
This class notifies changes in the number of messages in a folder.
|
class |
StoreEvent
This class models notifications from the Store connection.
|
class |
TransportEvent
This class models Transport events.
|