Uses of Class
com.icegreen.greenmail.util.ServerSetup
-
Packages that use ServerSetup 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 -
-
Uses of ServerSetup in com.icegreen.greenmail
Fields in com.icegreen.greenmail declared as ServerSetup Modifier and Type Field Description protected ServerSetup
AbstractServer. setup
Methods in com.icegreen.greenmail that return ServerSetup Modifier and Type Method Description ServerSetup
AbstractServer. getServerSetup()
Constructors in com.icegreen.greenmail with parameters of type ServerSetup Constructor Description AbstractServer(ServerSetup setup, Managers managers)
-
Uses of ServerSetup in com.icegreen.greenmail.imap
Constructors in com.icegreen.greenmail.imap with parameters of type ServerSetup Constructor Description ImapServer(ServerSetup setup, Managers managers)
ImapServer(ServerSetup setup, Managers managers, java.util.concurrent.atomic.AtomicReference<java.lang.Exception> serverOpeningExceptionRef)
-
Uses of ServerSetup in com.icegreen.greenmail.pop3
Constructors in com.icegreen.greenmail.pop3 with parameters of type ServerSetup Constructor Description Pop3Server(ServerSetup setup, Managers managers)
-
Uses of ServerSetup in com.icegreen.greenmail.smtp
Constructors in com.icegreen.greenmail.smtp with parameters of type ServerSetup Constructor Description SmtpServer(ServerSetup setup, Managers managers)
-
Uses of ServerSetup in com.icegreen.greenmail.util
Fields in com.icegreen.greenmail.util declared as ServerSetup Modifier and Type Field Description static ServerSetup[]
ServerSetup. ALL
static ServerSetup[]
ServerSetupTest. ALL
static ServerSetup
ServerSetup. IMAP
static ServerSetup
ServerSetupTest. IMAP
static ServerSetup
ServerSetup. IMAPS
static ServerSetup
ServerSetupTest. IMAPS
static ServerSetup
ServerSetup. POP3
static ServerSetup
ServerSetupTest. POP3
static ServerSetup
ServerSetup. POP3S
static ServerSetup
ServerSetupTest. POP3S
static ServerSetup
ServerSetup. SMTP
static ServerSetup
ServerSetupTest. SMTP
static ServerSetup[]
ServerSetup. SMTP_IMAP
static ServerSetup[]
ServerSetupTest. SMTP_IMAP
static ServerSetup[]
ServerSetup. SMTP_POP3
static ServerSetup[]
ServerSetupTest. SMTP_POP3
static ServerSetup[]
ServerSetup. SMTP_POP3_IMAP
static ServerSetup[]
ServerSetupTest. SMTP_POP3_IMAP
static ServerSetup
ServerSetup. SMTPS
static ServerSetup
ServerSetupTest. SMTPS
static ServerSetup[]
ServerSetup. SMTPS_IMAPS
static ServerSetup[]
ServerSetupTest. SMTPS_IMAPS
static ServerSetup[]
ServerSetup. SMTPS_POP3S
static ServerSetup[]
ServerSetupTest. SMTPS_POP3S
static ServerSetup[]
ServerSetup. SMTPS_POP3S_IMAPS
static ServerSetup[]
ServerSetupTest. SMTPS_POP3S_IMAPS
Methods in com.icegreen.greenmail.util with parameters of type ServerSetup Modifier and Type Method Description static javax.mail.Session
GreenMailUtil. getSession(ServerSetup setup)
static void
GreenMailUtil. sendAttachmentEmail(java.lang.String to, java.lang.String from, java.lang.String subject, java.lang.String msg, byte[] attachment, java.lang.String contentType, java.lang.String filename, java.lang.String description, ServerSetup setup)
static void
GreenMailUtil. sendTextEmail(java.lang.String to, java.lang.String from, java.lang.String subject, java.lang.String msg, ServerSetup setup)
Constructors in com.icegreen.greenmail.util with parameters of type ServerSetup Constructor Description GreenMail(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.
-