public interface IMailProperties
| Modifier and Type | Method and Description |
|---|---|
int |
getAttachDisplaySize()
Gets the max. allowed size (in bytes) for attachment for being displayed.
|
char |
getDefaultSeparator()
Gets the default separator character.
|
int |
getMailAccessCacheIdleSeconds()
Gets the mail access cache idle seconds.
|
int |
getMailAccessCacheShrinkerSeconds()
Gets the mail access cache shrinker-interval seconds.
|
int |
getMailFetchLimit()
Gets the mail fetch limit.
|
int |
getWatcherFrequency()
Gets the watcher frequency.
|
int |
getWatcherTime()
Gets the watcher time.
|
boolean |
isAllowNestedDefaultFolderOnAltNamespace()
Checks if default folders (e.g.
|
boolean |
isIgnoreSubscription()
Indicates whether subscription shall be ignored or not.
|
boolean |
isSupportSubscription()
Indicates whether subscription is supported or not.
|
boolean |
isUserFlagsEnabled()
Indicates if user flags are enabled.
|
boolean |
isWatcherEnabled()
Indicates if watcher is enabled.
|
boolean |
isWatcherShallClose()
Indicates if watcher is allowed to close exceeded connections.
|
void |
waitForLoading()
Waits for loading this properties.
|
boolean isAllowNestedDefaultFolderOnAltNamespace()
Note that personal namespace folder must allow subfolder creation.
true if default folders are supposed to be created below personal namespace folder; otherwise falseint getAttachDisplaySize()
char getDefaultSeparator()
boolean isIgnoreSubscription()
true if subscription shall be ignored; otherwise falseboolean isSupportSubscription()
true if subscription is supported; otherwise falseint getMailFetchLimit()
boolean isUserFlagsEnabled()
true if user flags are enabled; otherwise falseboolean isWatcherEnabled()
true if watcher is enabled; otherwise falseint getWatcherFrequency()
boolean isWatcherShallClose()
true if watcher is allowed to close exceeded connections; otherwise falseint getWatcherTime()
int getMailAccessCacheShrinkerSeconds()
int getMailAccessCacheIdleSeconds()
void waitForLoading()
throws java.lang.InterruptedException
java.lang.InterruptedException - If another thread interrupted the current thread before or while the current thread was waiting for
loading the properties.