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 ServerSetupAbstractServer. setupMethods in com.icegreen.greenmail that return ServerSetup Modifier and Type Method Description ServerSetupAbstractServer. 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. ALLstatic ServerSetup[]ServerSetupTest. ALLstatic ServerSetupServerSetup. IMAPstatic ServerSetupServerSetupTest. IMAPstatic ServerSetupServerSetup. IMAPSstatic ServerSetupServerSetupTest. IMAPSstatic ServerSetupServerSetup. POP3static ServerSetupServerSetupTest. POP3static ServerSetupServerSetup. POP3Sstatic ServerSetupServerSetupTest. POP3Sstatic ServerSetupServerSetup. SMTPstatic ServerSetupServerSetupTest. SMTPstatic ServerSetup[]ServerSetup. SMTP_IMAPstatic ServerSetup[]ServerSetupTest. SMTP_IMAPstatic ServerSetup[]ServerSetup. SMTP_POP3static ServerSetup[]ServerSetupTest. SMTP_POP3static ServerSetup[]ServerSetup. SMTP_POP3_IMAPstatic ServerSetup[]ServerSetupTest. SMTP_POP3_IMAPstatic ServerSetupServerSetup. SMTPSstatic ServerSetupServerSetupTest. SMTPSstatic ServerSetup[]ServerSetup. SMTPS_IMAPSstatic ServerSetup[]ServerSetupTest. SMTPS_IMAPSstatic ServerSetup[]ServerSetup. SMTPS_POP3Sstatic ServerSetup[]ServerSetupTest. SMTPS_POP3Sstatic ServerSetup[]ServerSetup. SMTPS_POP3S_IMAPSstatic ServerSetup[]ServerSetupTest. SMTPS_POP3S_IMAPSMethods in com.icegreen.greenmail.util with parameters of type ServerSetup Modifier and Type Method Description static javax.mail.SessionGreenMailUtil. getSession(ServerSetup setup)static voidGreenMailUtil. 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 voidGreenMailUtil. 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.
-