public class ImapProperties extends CommonProperties
| Modifier and Type | Class and Description |
|---|---|
static class |
ImapProperties.ImapPropertiesBuilder
Builder class for make
ImapProperties class instance. |
| Constructor and Description |
|---|
ImapProperties(String email,
String password,
boolean partialFetch,
int fetchSize,
int statusCacheTimeout,
int appendBufferSize,
int connectionPoolSize,
int connectionPoolTimeout,
String host,
int port,
EncryptionType encryptionType,
int readTimeout,
int connectionTimeout,
int writeTimeout,
boolean debug,
Charset charset,
Map<String,Object> extraProperties,
int maxAttemptsOfRequest,
int attemptDelayOfRequest)
The constructor of this class.
|
| Modifier and Type | Method and Description |
|---|---|
static ImapProperties.ImapPropertiesBuilder |
builder()
Returns builder for this class.
|
getExtraPropertiespublic ImapProperties(String email, String password, boolean partialFetch, int fetchSize, int statusCacheTimeout, int appendBufferSize, int connectionPoolSize, int connectionPoolTimeout, String host, int port, EncryptionType encryptionType, int readTimeout, int connectionTimeout, int writeTimeout, boolean debug, Charset charset, Map<String,Object> extraProperties, int maxAttemptsOfRequest, int attemptDelayOfRequest)
public static ImapProperties.ImapPropertiesBuilder builder()
Copyright © 2023. All rights reserved.