Uses of Class
com.icegreen.greenmail.util.ServerSetup
Packages that use ServerSetup
Package
Description
GreenMail is an intuitive and easy-to-use test suite of
email servers for testing purposes.
-
Uses of ServerSetup in com.icegreen.greenmail
Fields in com.icegreen.greenmail declared as ServerSetupMethods in com.icegreen.greenmail that return ServerSetupConstructors in com.icegreen.greenmail with parameters of type ServerSetup -
Uses of ServerSetup in com.icegreen.greenmail.imap
Constructors in com.icegreen.greenmail.imap with parameters of type ServerSetupModifierConstructorDescriptionImapServer
(ServerSetup setup, Managers managers) ImapServer
(ServerSetup setup, Managers managers, AtomicReference<Exception> serverOpeningExceptionRef) -
Uses of ServerSetup in com.icegreen.greenmail.pop3
Constructors in com.icegreen.greenmail.pop3 with parameters of type ServerSetup -
Uses of ServerSetup in com.icegreen.greenmail.smtp
Constructors in com.icegreen.greenmail.smtp with parameters of type ServerSetup -
Uses of ServerSetup in com.icegreen.greenmail.util
Fields in com.icegreen.greenmail.util declared as ServerSetupModifier and TypeFieldDescriptionstatic final ServerSetup[]
ServerSetup.ALL
static final ServerSetup[]
ServerSetupTest.ALL
static final ServerSetup
ServerSetup.IMAP
static final ServerSetup
ServerSetupTest.IMAP
static final ServerSetup
ServerSetup.IMAPS
static final ServerSetup
ServerSetupTest.IMAPS
static final ServerSetup
ServerSetup.POP3
static final ServerSetup
ServerSetupTest.POP3
static final ServerSetup
ServerSetup.POP3S
static final ServerSetup
ServerSetupTest.POP3S
static final ServerSetup
ServerSetup.SMTP
static final ServerSetup
ServerSetupTest.SMTP
static final ServerSetup[]
ServerSetup.SMTP_IMAP
static final ServerSetup[]
ServerSetupTest.SMTP_IMAP
static final ServerSetup[]
ServerSetup.SMTP_POP3
static final ServerSetup[]
ServerSetupTest.SMTP_POP3
static final ServerSetup[]
ServerSetup.SMTP_POP3_IMAP
static final ServerSetup[]
ServerSetupTest.SMTP_POP3_IMAP
static final ServerSetup
ServerSetup.SMTPS
static final ServerSetup
ServerSetupTest.SMTPS
static final ServerSetup[]
ServerSetup.SMTPS_IMAPS
static final ServerSetup[]
ServerSetupTest.SMTPS_IMAPS
static final ServerSetup[]
ServerSetup.SMTPS_POP3S
static final ServerSetup[]
ServerSetupTest.SMTPS_POP3S
static final ServerSetup[]
ServerSetup.SMTPS_POP3S_IMAPS
static final ServerSetup[]
ServerSetupTest.SMTPS_POP3S_IMAPS
Methods in com.icegreen.greenmail.util with parameters of type ServerSetupModifier and TypeMethodDescriptionstatic 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) Constructors in com.icegreen.greenmail.util with parameters of type ServerSetupModifierConstructorDescriptionGreenMail
(ServerSetup config) Call this constructor if you want to run one of the email servers onlyGreenMail
(ServerSetup[] config) Call this constructor if you want to run more than one of the email serversServers
(ServerSetup config) Deprecated.Servers
(ServerSetup[] config) Deprecated.