Uses of Interface
com.icegreen.greenmail.imap.ImapHostManager

Packages that use ImapHostManager
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.smtp   
com.icegreen.greenmail.user   
 

Uses of ImapHostManager in com.icegreen.greenmail
 

Methods in com.icegreen.greenmail that return ImapHostManager
 ImapHostManager Managers.getImapHostManager()
           
 

Uses of ImapHostManager in com.icegreen.greenmail.imap
 

Classes in com.icegreen.greenmail.imap that implement ImapHostManager
 class ImapHostManagerImpl
          An initial implementation of an ImapHost.
 

Methods in com.icegreen.greenmail.imap that return ImapHostManager
 ImapHostManager ImapSessionImpl.getHost()
           
 ImapHostManager ImapSession.getHost()
          Provides the Imap host for this server, which is used for all access to mail storage and subscriptions.
 

Constructors in com.icegreen.greenmail.imap with parameters of type ImapHostManager
ImapHandler(UserManager userManager, ImapHostManager imapHost, Socket socket)
           
ImapSessionImpl(ImapHostManager imapHost, UserManager users, ImapHandler handler, String clientHostName, String clientAddress)
           
 

Uses of ImapHostManager in com.icegreen.greenmail.smtp
 

Constructors in com.icegreen.greenmail.smtp with parameters of type ImapHostManager
SmtpManager(ImapHostManager imapHostManager, UserManager userManager)
           
 

Uses of ImapHostManager in com.icegreen.greenmail.user
 

Methods in com.icegreen.greenmail.user that return ImapHostManager
 ImapHostManager UserManager.getImapHostManager()
           
 

Constructors in com.icegreen.greenmail.user with parameters of type ImapHostManager
UserImpl(String email, String login, String password, ImapHostManager imapHostManager)
           
UserManager(ImapHostManager imapHostManager)
           
 



Copyright © 2006-2009 Icegreen Technologies. All Rights Reserved.