Package io.jmix.imap
Class ImapProperties
java.lang.Object
io.jmix.imap.ImapProperties
- 
Constructor SummaryConstructorsConstructorDescriptionImapProperties(boolean trustAllCertificates, int updateBatchSize, boolean clearCustomFlags, boolean debug, int timeoutSeconds, int eventsBatchSize, String imapSyncCron, boolean useDefaultQuartzConfiguration) 
- 
Method Summary
- 
Constructor Details- 
ImapPropertiespublic ImapProperties(@DefaultValue("false") boolean trustAllCertificates, @DefaultValue("100") int updateBatchSize, @DefaultValue("false") boolean clearCustomFlags, @DefaultValue("false") boolean debug, @DefaultValue("5") int timeoutSeconds, @DefaultValue("20") int eventsBatchSize, @DefaultValue("0 * * * * ?") String imapSyncCron, @DefaultValue("true") boolean useDefaultQuartzConfiguration) 
 
- 
- 
Method Details- 
isTrustAllCertificatespublic boolean isTrustAllCertificates()
- 
getUpdateBatchSizepublic int getUpdateBatchSize()
- 
isClearCustomFlagspublic boolean isClearCustomFlags()
- 
isDebugpublic boolean isDebug()
- 
getTimeoutSecondspublic int getTimeoutSeconds()
- 
getEventsBatchSizepublic int getEventsBatchSize()
- 
getUseDefaultQuartzConfigurationpublic boolean getUseDefaultQuartzConfiguration()- See Also:
- 
- useDefaultQuartzConfiguration
 
 
- 
getImapSyncCron- See Also:
- 
- imapSyncCron
 
 
 
-