Uses of Class
jakarta.mail.event.MailEvent
Package
Description
The Jakarta Mail API
provides classes that model a mail system.
Listeners and events for the Jakarta Mail API.
An IMAP protocol provider for the Jakarta Mail API
that provides access to an IMAP message store.
-
Uses of MailEvent in jakarta.mail
Modifier and TypeMethodDescriptionprotected void
Service.queueEvent
(MailEvent event, Vector<? extends EventListener> vector) Add the event and vector of listeners to the queue to be delivered. -
Uses of MailEvent in jakarta.mail.event
Modifier and TypeClassDescriptionclass
This class models Connection events.class
This class models Folder existence events.class
This class models Message change events.class
This class notifies changes in the number of messages in a folder.class
This class models notifications from the Store connection.class
This class models Transport events. -
Uses of MailEvent in org.eclipse.angus.mail.imap
Modifier and TypeClassDescriptionclass
This class provides notification of messages that have been removed since the folder was last synchronized.Modifier and TypeMethodDescriptionIMAPFolder.open
(int mode, ResyncData rd) Open this folder in the given mode, with the given resynchronization data.