| Package | Description |
|---|---|
| com.icegreen.greenmail |
GreenMail is an intuitive and easy-to-use test suite of
email servers for testing purposes.
|
| com.icegreen.greenmail.imap | |
| com.icegreen.greenmail.pop3 | |
| com.icegreen.greenmail.smtp | |
| com.icegreen.greenmail.util |
| Modifier and Type | Field and Description |
|---|---|
protected ServerSetup |
AbstractServer.setup |
| Modifier and Type | Method and Description |
|---|---|
ServerSetup |
AbstractServer.getServerSetup() |
| Constructor and Description |
|---|
AbstractServer(ServerSetup setup,
Managers managers) |
| Constructor and Description |
|---|
ImapServer(ServerSetup setup,
Managers managers) |
ImapServer(ServerSetup setup,
Managers managers,
AtomicReference<Exception> serverOpeningExceptionRef) |
| Constructor and Description |
|---|
Pop3Server(ServerSetup setup,
Managers managers) |
| Constructor and Description |
|---|
SmtpServer(ServerSetup setup,
Managers managers) |
| Modifier and Type | Field and Description |
|---|---|
static ServerSetup[] |
ServerSetupTest.ALL |
static ServerSetup[] |
ServerSetup.ALL |
static ServerSetup |
ServerSetupTest.IMAP |
static ServerSetup |
ServerSetup.IMAP |
static ServerSetup |
ServerSetupTest.IMAPS |
static ServerSetup |
ServerSetup.IMAPS |
static ServerSetup |
ServerSetupTest.POP3 |
static ServerSetup |
ServerSetup.POP3 |
static ServerSetup |
ServerSetupTest.POP3S |
static ServerSetup |
ServerSetup.POP3S |
static ServerSetup |
ServerSetupTest.SMTP |
static ServerSetup |
ServerSetup.SMTP |
static ServerSetup[] |
ServerSetupTest.SMTP_IMAP |
static ServerSetup[] |
ServerSetup.SMTP_IMAP |
static ServerSetup[] |
ServerSetupTest.SMTP_POP3 |
static ServerSetup[] |
ServerSetup.SMTP_POP3 |
static ServerSetup[] |
ServerSetupTest.SMTP_POP3_IMAP |
static ServerSetup[] |
ServerSetup.SMTP_POP3_IMAP |
static ServerSetup |
ServerSetupTest.SMTPS |
static ServerSetup |
ServerSetup.SMTPS |
static ServerSetup[] |
ServerSetupTest.SMTPS_IMAPS |
static ServerSetup[] |
ServerSetup.SMTPS_IMAPS |
static ServerSetup[] |
ServerSetupTest.SMTPS_POP3S |
static ServerSetup[] |
ServerSetup.SMTPS_POP3S |
static ServerSetup[] |
ServerSetupTest.SMTPS_POP3S_IMAPS |
static ServerSetup[] |
ServerSetup.SMTPS_POP3S_IMAPS |
| Modifier and Type | Method and Description |
|---|---|
static javax.mail.Session |
GreenMailUtil.getSession(ServerSetup setup) |
static void |
GreenMailUtil.sendAttachmentEmail(String to,
String from,
String subject,
String msg,
byte[] attachment,
String contentType,
String filename,
String description,
ServerSetup setup) |
static void |
GreenMailUtil.sendTextEmail(String to,
String from,
String subject,
String msg,
ServerSetup setup) |
| Constructor and Description |
|---|
GreenMail(ServerSetup config)
Call this constructor if you want to run one of the email servers only
|
GreenMail(ServerSetup[] config)
Call this constructor if you want to run more than one of the email servers
|
Servers(ServerSetup config)
Deprecated.
|
Servers(ServerSetup[] config)
Deprecated.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.