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.ALLstatic final ServerSetup[]ServerSetupTest.ALLstatic final ServerSetupServerSetup.IMAPstatic final ServerSetupServerSetupTest.IMAPstatic final ServerSetupServerSetup.IMAPSstatic final ServerSetupServerSetupTest.IMAPSstatic final ServerSetupServerSetup.POP3static final ServerSetupServerSetupTest.POP3static final ServerSetupServerSetup.POP3Sstatic final ServerSetupServerSetupTest.POP3Sstatic final ServerSetupServerSetup.SMTPstatic final ServerSetupServerSetupTest.SMTPstatic final ServerSetup[]ServerSetup.SMTP_IMAPstatic final ServerSetup[]ServerSetupTest.SMTP_IMAPstatic final ServerSetup[]ServerSetup.SMTP_POP3static final ServerSetup[]ServerSetupTest.SMTP_POP3static final ServerSetup[]ServerSetup.SMTP_POP3_IMAPstatic final ServerSetup[]ServerSetupTest.SMTP_POP3_IMAPstatic final ServerSetupServerSetup.SMTPSstatic final ServerSetupServerSetupTest.SMTPSstatic final ServerSetup[]ServerSetup.SMTPS_IMAPSstatic final ServerSetup[]ServerSetupTest.SMTPS_IMAPSstatic final ServerSetup[]ServerSetup.SMTPS_POP3Sstatic final ServerSetup[]ServerSetupTest.SMTPS_POP3Sstatic final ServerSetup[]ServerSetup.SMTPS_POP3S_IMAPSstatic final ServerSetup[]ServerSetupTest.SMTPS_POP3S_IMAPSMethods in com.icegreen.greenmail.util with parameters of type ServerSetupModifier and TypeMethodDescriptionstatic jakarta.mail.SessionGreenMailUtil.getSession(ServerSetup setup) static voidGreenMailUtil.sendAttachmentEmail(String to, String from, String subject, String msg, byte[] attachment, String contentType, String filename, String description, ServerSetup setup) static voidGreenMailUtil.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.