Package io.jmix.imap
Class ImapSyncManager
java.lang.Object
io.jmix.imap.ImapSyncManager
-
Field Summary
Modifier and TypeFieldDescriptionprotected SystemAuthenticator
protected ImapDataProvider
protected ImapEvents
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applicationStarted
(org.springframework.context.event.ContextStartedEvent event) void
applicationStopped
(org.springframework.context.event.ContextStoppedEvent contextStoppedEvent)
-
Field Details
-
imapDataProvider
-
imapEvents
-
authentication
-
-
Constructor Details
-
ImapSyncManager
public ImapSyncManager()
-
-
Method Details
-
applicationStarted
@EventListener public void applicationStarted(org.springframework.context.event.ContextStartedEvent event) -
applicationStopped
@EventListener public void applicationStopped(org.springframework.context.event.ContextStoppedEvent contextStoppedEvent)
-