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 |
Modifier and Type | Method and Description |
---|---|
ImapHostManager |
Managers.getImapHostManager() |
Modifier and Type | Class and Description |
---|---|
class |
ImapHostManagerImpl
An initial implementation of an ImapHost.
|
Modifier and Type | Method and Description |
---|---|
ImapHostManager |
ImapSessionImpl.getHost() |
ImapHostManager |
ImapSession.getHost()
Provides the Imap host for this server, which is used for all access to mail
storage and subscriptions.
|
Constructor and Description |
---|
ImapHandler(UserManager userManager,
ImapHostManager imapHost,
Socket socket) |
ImapSessionImpl(ImapHostManager imapHost,
UserManager users,
ImapHandler handler,
String clientAddress) |
Constructor and Description |
---|
SmtpManager(ImapHostManager imapHostManager,
UserManager userManager) |
Modifier and Type | Method and Description |
---|---|
ImapHostManager |
UserManager.getImapHostManager() |
Constructor and Description |
---|
UserImpl(String email,
String login,
String password,
ImapHostManager imapHostManager) |
UserManager(ImapHostManager imapHostManager) |
Copyright © 2006–2018 Icegreen Technologies. All rights reserved.