Package io.jmix.imap
Class ImapSyncManager
java.lang.Object
io.jmix.imap.ImapSyncManager
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected SystemAuthenticatorprotected ImapDataProviderprotected ImapEvents
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidapplicationStarted(org.springframework.context.event.ContextStartedEvent event) voidapplicationStopped(org.springframework.context.event.ContextStoppedEvent contextStoppedEvent) 
- 
Field Details- 
imapDataProvider
- 
imapEvents
- 
authentication
 
- 
- 
Constructor Details- 
ImapSyncManagerpublic 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) 
 
-