Package io.jmix.imap.impl
Class ImapSchedulerImpl
java.lang.Object
io.jmix.imap.impl.ImapSchedulerImpl
- All Implemented Interfaces:
ImapScheduler
@Component("imap_ImapScheduler")
public class ImapSchedulerImpl
extends Object
implements ImapScheduler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SystemAuthenticatorprotected final ExecutorServiceprotected ImapDataProviderprotected ImapEventsprotected ImapFlaglessSynchronizerprotected ImapSynchronizer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ImapSynchronizergetImapSynchronizer(ImapMailBox mailBox) protected voidhandleFolderMessages(ImapMailBox imapMailBox) voidsyncImap()IMAP message boxes synchronizationprotected voidsyncMailBox(ImapMailBox mailBox)
-
Field Details
-
imapDataProvider
-
imapEvents
-
imapFlaglessSynchronizer
-
imapSynchronizer
-
authenticator
-
executor
-
-
Constructor Details
-
ImapSchedulerImpl
public ImapSchedulerImpl()
-
-
Method Details
-
syncImap
public void syncImap()Description copied from interface:ImapSchedulerIMAP message boxes synchronization- Specified by:
syncImapin interfaceImapScheduler
-
syncMailBox
-
getImapSynchronizer
-
handleFolderMessages
-