Package | Description |
---|---|
com.icegreen.greenmail.base | |
com.icegreen.greenmail.imap | |
com.icegreen.greenmail.pop3 | |
com.icegreen.greenmail.user | |
com.icegreen.greenmail.util |
Modifier and Type | Method and Description |
---|---|
GreenMailUser |
GreenMailOperations.setUser(String login,
String password)
Sets the password for the account linked to email.
|
GreenMailUser |
GreenMailOperations.setUser(String email,
String login,
String password)
Sets the password for the account linked to email.
|
Modifier and Type | Method and Description |
---|---|
GreenMailUser |
ImapSession.getUser()
Provides the authenticated user for this session, or
null if this
session is not in ImapSessionState.AUTHENTICATED or
ImapSessionState.SELECTED state. |
GreenMailUser |
ImapSessionImpl.getUser() |
Modifier and Type | Method and Description |
---|---|
MailFolder |
ImapHostManager.createMailbox(GreenMailUser user,
String mailboxName)
Returns a reference to a newly created Mailbox.
|
MailFolder |
ImapHostManagerImpl.createMailbox(GreenMailUser user,
String mailboxName) |
void |
ImapHostManager.createPrivateMailAccount(GreenMailUser user)
Registers a user with the ImapHost, creating a personal mail space and
INBOX for that user.
|
void |
ImapHostManagerImpl.createPrivateMailAccount(GreenMailUser user) |
void |
ImapHostManager.deleteMailbox(GreenMailUser user,
String mailboxName)
Deletes an existing MailBox.
|
void |
ImapHostManagerImpl.deleteMailbox(GreenMailUser user,
String mailboxName) |
MailFolder |
ImapHostManager.getFolder(GreenMailUser user,
String mailboxName)
Returns a reference to an existing Mailbox.
|
MailFolder |
ImapHostManagerImpl.getFolder(GreenMailUser user,
String mailboxName) |
MailFolder |
ImapHostManager.getFolder(GreenMailUser user,
String mailboxName,
boolean mustExist)
Returns a reference to an existing Mailbox.
|
MailFolder |
ImapHostManagerImpl.getFolder(GreenMailUser user,
String mailboxName,
boolean mustExist) |
MailFolder |
ImapHostManager.getInbox(GreenMailUser user)
Returns a reference to the user's INBOX.
|
MailFolder |
ImapHostManagerImpl.getInbox(GreenMailUser user) |
Collection<MailFolder> |
ImapHostManager.listMailboxes(GreenMailUser user,
String mailboxPattern)
Returns an collection of mailboxes on this host.
|
Collection<MailFolder> |
ImapHostManagerImpl.listMailboxes(GreenMailUser user,
String mailboxPattern) |
Collection<MailFolder> |
ImapHostManager.listSubscribedMailboxes(GreenMailUser user,
String mailboxPattern)
Returns an collection of mailboxes on this host.
|
Collection<MailFolder> |
ImapHostManagerImpl.listSubscribedMailboxes(GreenMailUser user,
String mailboxPattern) |
void |
ImapHostManager.renameMailbox(GreenMailUser user,
String oldMailboxName,
String newMailboxName)
Renames an existing MailBox.
|
void |
ImapHostManagerImpl.renameMailbox(GreenMailUser user,
String oldMailboxName,
String newMailboxName) |
void |
ImapSession.setAuthenticated(GreenMailUser user)
Moves the session into
ImapSessionState.AUTHENTICATED state with
the supplied user. |
void |
ImapSessionImpl.setAuthenticated(GreenMailUser user) |
void |
ImapHostManager.subscribe(GreenMailUser user,
String mailbox)
Subscribes a user to a mailbox.
|
void |
ImapHostManagerImpl.subscribe(GreenMailUser user,
String mailboxName) |
void |
ImapHostManager.unsubscribe(GreenMailUser user,
String mailbox)
Unsubscribes from a given mailbox.
|
void |
ImapHostManagerImpl.unsubscribe(GreenMailUser user,
String mailboxName) |
Modifier and Type | Method and Description |
---|---|
GreenMailUser |
Pop3State.getUser() |
GreenMailUser |
Pop3State.getUser(String username) |
Modifier and Type | Method and Description |
---|---|
void |
Pop3State.setUser(GreenMailUser user) |
Modifier and Type | Class and Description |
---|---|
class |
UserImpl |
Modifier and Type | Method and Description |
---|---|
GreenMailUser |
UserManager.createUser(String email,
String login,
String password) |
GreenMailUser |
UserManager.getUser(String login) |
GreenMailUser |
UserManager.getUserByEmail(String email) |
Modifier and Type | Method and Description |
---|---|
Collection<GreenMailUser> |
UserManager.listUser() |
Modifier and Type | Method and Description |
---|---|
void |
UserManager.addUser(GreenMailUser user) |
void |
UserManager.deleteUser(GreenMailUser user) |
Modifier and Type | Method and Description |
---|---|
GreenMailUser |
GreenMailProxy.setUser(String login,
String password) |
GreenMailUser |
GreenMail.setUser(String login,
String password) |
GreenMailUser |
GreenMailProxy.setUser(String email,
String login,
String password) |
GreenMailUser |
GreenMail.setUser(String email,
String login,
String password) |
Modifier and Type | Method and Description |
---|---|
static javax.mail.Quota[] |
GreenMailUtil.getQuota(GreenMailUser user,
String quotaRoot)
Gets the quotas for the user.
|
static void |
GreenMailUtil.setQuota(GreenMailUser user,
javax.mail.Quota quota)
Sets a quota for a users.
|
Copyright © 2006–2017 Icegreen Technologies. All rights reserved.