Uses of Interface
com.icegreen.greenmail.imap.ImapHostManager
Packages that use ImapHostManager
Package
Description
GreenMail is an intuitive and easy-to-use test suite of
email servers for testing purposes.
-
Uses of ImapHostManager in com.icegreen.greenmail
Methods in com.icegreen.greenmail that return ImapHostManager -
Uses of ImapHostManager in com.icegreen.greenmail.imap
Classes in com.icegreen.greenmail.imap that implement ImapHostManagerModifier and TypeClassDescriptionclass
An initial implementation of an ImapHost.Methods in com.icegreen.greenmail.imap that return ImapHostManagerModifier and TypeMethodDescriptionImapSession.getHost()
Provides the Imap host for this server, which is used for all access to mail storage and subscriptions.ImapSessionImpl.getHost()
Constructors in com.icegreen.greenmail.imap with parameters of type ImapHostManagerModifierConstructorDescriptionImapHandler
(UserManager userManager, ImapHostManager imapHost, Socket socket) ImapHandler
(UserManager userManager, ImapHostManager imapHost, Socket socket, AbstractServer server) 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 ImapHostManagerModifierConstructorDescriptionSmtpManager
(ImapHostManager imapHostManager, UserManager userManager) -
Uses of ImapHostManager in com.icegreen.greenmail.user
Methods in com.icegreen.greenmail.user that return ImapHostManagerConstructors in com.icegreen.greenmail.user with parameters of type ImapHostManagerModifierConstructorDescriptionUserImpl
(String email, String login, String password, ImapHostManager imapHostManager) UserManager
(ImapHostManager imapHostManager)