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
Modifier and TypeFieldDescriptionprotected SystemAuthenticator
protected final ExecutorService
protected ImapDataProvider
protected ImapEvents
protected ImapFlaglessSynchronizer
protected ImapSynchronizer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected ImapSynchronizer
getImapSynchronizer
(ImapMailBox mailBox) protected void
handleFolderMessages
(ImapMailBox imapMailBox) void
syncImap()
IMAP message boxes synchronizationprotected void
syncMailBox
(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:ImapScheduler
IMAP message boxes synchronization- Specified by:
syncImap
in interfaceImapScheduler
-
syncMailBox
-
getImapSynchronizer
-
handleFolderMessages
-