Uses of Class
com.icegreen.greenmail.util.ServerSetup

Packages that use ServerSetup
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
protected  ServerSetup AbstractServer.setup
           
 

Methods in com.icegreen.greenmail that return ServerSetup
 ServerSetup AbstractServer.getServerSetup()
           
 

Constructors in com.icegreen.greenmail with parameters of type ServerSetup
AbstractServer(ServerSetup setup, Managers managers)
           
 

Uses of ServerSetup in com.icegreen.greenmail.imap
 

Constructors in com.icegreen.greenmail.imap with parameters of type ServerSetup
ImapServer(ServerSetup setup, Managers managers)
           
 

Uses of ServerSetup in com.icegreen.greenmail.pop3
 

Constructors in com.icegreen.greenmail.pop3 with parameters of type ServerSetup
Pop3Server(ServerSetup setup, Managers managers)
           
 

Uses of ServerSetup in com.icegreen.greenmail.smtp
 

Constructors in com.icegreen.greenmail.smtp with parameters of type ServerSetup
SmtpServer(ServerSetup setup, Managers managers)
           
 

Uses of ServerSetup in com.icegreen.greenmail.util
 

Fields in com.icegreen.greenmail.util declared as ServerSetup
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
           
 

Methods in com.icegreen.greenmail.util with parameters of type ServerSetup
static 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 ServerSetup
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 © 2006-2009 Icegreen Technologies. All Rights Reserved.