Uses of Class
org.jgrapes.mail.events.OpenMailMonitor
Packages that use OpenMailMonitor
Package
Description
Components for handling mail.
Mail related events.
-
Uses of OpenMailMonitor in org.jgrapes.mail
Methods in org.jgrapes.mail with parameters of type OpenMailMonitorModifier and TypeMethodDescriptionvoid
MailMonitor.onOpenMailMonitor
(OpenMailMonitor event, Channel channel) Open a store as specified by the event and monitor the folders (also specified by the event).Constructors in org.jgrapes.mail with parameters of type OpenMailMonitorModifierConstructorDescriptionMonitorChannel
(OpenMailMonitor event, Channel mainChannel, Store store, String user, Password password) Instantiates a new monitor channel. -
Uses of OpenMailMonitor in org.jgrapes.mail.events
Methods in org.jgrapes.mail.events that return OpenMailMonitorModifier and TypeMethodDescriptionMailMonitorOpened.openEvent()
Returns the event that caused this connection to be established.Constructors in org.jgrapes.mail.events with parameters of type OpenMailMonitorModifierConstructorDescriptionMailMonitorOpened
(OpenMailMonitor openEvent, Store store) Instantiates a new mail monitor opened.