| Package | Description |
|---|---|
| com.icegreen.greenmail.base | |
| com.icegreen.greenmail.configuration | |
| com.icegreen.greenmail.junit | |
| com.icegreen.greenmail.util |
| Modifier and Type | Method and Description |
|---|---|
GreenMailOperations |
GreenMailOperations.withConfiguration(GreenMailConfiguration config)
Configure GreenMail instance using the given configuration
|
| Modifier and Type | Method and Description |
|---|---|
static GreenMailConfiguration |
GreenMailConfiguration.aConfig() |
GreenMailConfiguration |
PropertiesBasedGreenMailConfigurationBuilder.build(Properties properties)
Builds a configuration object based on given properties.
|
GreenMailConfiguration |
GreenMailConfiguration.withDisabledAuthentication()
Disables authentication.
|
GreenMailConfiguration |
GreenMailConfiguration.withUser(String login,
String password)
The given
GreenMailUser will be created when servers will start. |
GreenMailConfiguration |
GreenMailConfiguration.withUser(String email,
String login,
String password)
The given
GreenMailUser will be created when servers will start. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PropertiesBasedGreenMailConfigurationBuilder.extractAndAddUser(GreenMailConfiguration configuration,
BinaryOperator<String> buildLogin,
String user) |
ConfiguredGreenMail |
ConfiguredGreenMail.withConfiguration(GreenMailConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
GreenMailRule |
GreenMailRule.withConfiguration(GreenMailConfiguration config)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
GreenMail |
GreenMail.withConfiguration(GreenMailConfiguration config) |
Copyright © 2006–2022 Icegreen Technologies. All rights reserved.