Uses of Interface
com.icegreen.greenmail.imap.ImapHostManager
-
Packages that use ImapHostManager 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.smtp com.icegreen.greenmail.user -
-
Uses of ImapHostManager in com.icegreen.greenmail
Methods in com.icegreen.greenmail that return ImapHostManager Modifier and Type Method Description ImapHostManagerManagers. getImapHostManager() -
Uses of ImapHostManager in com.icegreen.greenmail.imap
Classes in com.icegreen.greenmail.imap that implement ImapHostManager Modifier and Type Class Description classImapHostManagerImplAn initial implementation of an ImapHost.Methods in com.icegreen.greenmail.imap that return ImapHostManager Modifier and Type Method Description ImapHostManagerImapSession. getHost()Provides the Imap host for this server, which is used for all access to mail storage and subscriptions.ImapHostManagerImapSessionImpl. getHost()Constructors in com.icegreen.greenmail.imap with parameters of type ImapHostManager Constructor Description ImapHandler(UserManager userManager, ImapHostManager imapHost, Socket socket)ImapSessionImpl(ImapHostManager imapHost, UserManager users, ImapHandler handler, String clientAddress) -
Uses of ImapHostManager in com.icegreen.greenmail.smtp
Constructors in com.icegreen.greenmail.smtp with parameters of type ImapHostManager Constructor Description SmtpManager(ImapHostManager imapHostManager, UserManager userManager) -
Uses of ImapHostManager in com.icegreen.greenmail.user
Methods in com.icegreen.greenmail.user that return ImapHostManager Modifier and Type Method Description ImapHostManagerUserManager. getImapHostManager()Constructors in com.icegreen.greenmail.user with parameters of type ImapHostManager Constructor Description UserImpl(String email, String login, String password, ImapHostManager imapHostManager)UserManager(ImapHostManager imapHostManager)
-