| Package | Description |
|---|---|
| ru.dlabs71.library.email.property |
This package contains all the property classes for configuring email clients.
|
| ru.dlabs71.library.email.type |
This package contains all the enums using in this library.
|
| 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.
|
SmtpProperties(String email,
String password,
String name,
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 EncryptionType |
EncryptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncryptionType[] |
EncryptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.