Uses of Class
javax.mail.event.MailEvent
Packages that use MailEvent
Package
Description
An IMAP protocol provider for the Jakarta Mail API
that provides access to an IMAP message store.
The Jakarta Mail API
provides classes that model a mail system.
Listeners and events for the Jakarta Mail API.
-
Uses of MailEvent in com.sun.mail.imap
Subclasses of MailEvent in com.sun.mail.imapModifier and TypeClassDescriptionclassThis class provides notification of messages that have been removed since the folder was last synchronized.Methods in com.sun.mail.imap that return types with arguments of type MailEventModifier and TypeMethodDescriptionIMAPFolder.open(int mode, ResyncData rd) Open this folder in the given mode, with the given resynchronization data. -
Uses of MailEvent in javax.mail
Methods in javax.mail with parameters of type MailEventModifier and TypeMethodDescriptionprotected voidService.queueEvent(MailEvent event, Vector<? extends EventListener> vector) Add the event and vector of listeners to the queue to be delivered. -
Uses of MailEvent in javax.mail.event
Subclasses of MailEvent in javax.mail.eventModifier and TypeClassDescriptionclassThis class models Connection events.classThis class models Folder existence events.classThis class models Message change events.classThis class notifies changes in the number of messages in a folder.classThis class models notifications from the Store connection.classThis class models Transport events.