Uses of Interface
com.icegreen.greenmail.user.GreenMailUser
Packages that use GreenMailUser
Package
Description
-
Uses of GreenMailUser in com.icegreen.greenmail.base
Methods in com.icegreen.greenmail.base that return GreenMailUserModifier and TypeMethodDescriptionSets the password for the account linked to email.Sets the password for the account linked to email.Method parameters in com.icegreen.greenmail.base with type arguments of type GreenMailUserModifier and TypeMethodDescriptionStream<jakarta.mail.internet.MimeMessage>GreenMailOperations.findReceivedMessages(Predicate<GreenMailUser> userPredicate, Predicate<jakarta.mail.internet.MimeMessage> messagePredicate) Finds all messages matching the user account and message predicate. -
Uses of GreenMailUser in com.icegreen.greenmail.imap
Methods in com.icegreen.greenmail.imap that return GreenMailUserModifier and TypeMethodDescriptionImapSession.getUser()Provides the authenticated user for this session, ornullif this session is not inImapSessionState.AUTHENTICATEDorImapSessionState.SELECTEDstate.ImapSessionImpl.getUser()Methods in com.icegreen.greenmail.imap with parameters of type GreenMailUserModifier and TypeMethodDescriptionImapHostManager.createMailbox(GreenMailUser user, String mailboxName) Returns a reference to a newly created Mailbox.ImapHostManagerImpl.createMailbox(GreenMailUser user, String mailboxName) voidImapHostManager.createPrivateMailAccount(GreenMailUser user) Registers a user with the ImapHost, creating a personal mail space and INBOX for that user.voidImapHostManagerImpl.createPrivateMailAccount(GreenMailUser user) voidImapHostManager.deleteMailbox(GreenMailUser user, String mailboxName) Deletes an existing MailBox.voidImapHostManagerImpl.deleteMailbox(GreenMailUser user, String mailboxName) voidImapHostManager.deletePrivateMailAccount(GreenMailUser user) Deletes given user data, such as mail boxes or quotas.voidImapHostManagerImpl.deletePrivateMailAccount(GreenMailUser user) ImapHostManager.getFolder(GreenMailUser user, String mailboxName) Returns a reference to an existing Mailbox.ImapHostManager.getFolder(GreenMailUser user, String mailboxName, boolean mustExist) Returns a reference to an existing Mailbox.ImapHostManagerImpl.getFolder(GreenMailUser user, String mailboxName) ImapHostManagerImpl.getFolder(GreenMailUser user, String mailboxName, boolean mustExist) ImapHostManager.getInbox(GreenMailUser user) Returns a reference to the user's INBOX.ImapHostManagerImpl.getInbox(GreenMailUser user) ImapHostManager.listMailboxes(GreenMailUser user, String mailboxPattern) Returns an collection of mailboxes on this host.ImapHostManagerImpl.listMailboxes(GreenMailUser user, String mailboxPattern) ImapHostManager.listSubscribedMailboxes(GreenMailUser user, String mailboxPattern) Returns an collection of mailboxes on this host.ImapHostManagerImpl.listSubscribedMailboxes(GreenMailUser user, String mailboxPattern) voidImapHostManager.renameMailbox(GreenMailUser user, String oldMailboxName, String newMailboxName) Renames an existing MailBox.voidImapHostManagerImpl.renameMailbox(GreenMailUser user, String oldMailboxName, String newMailboxName) voidImapSession.setAuthenticated(GreenMailUser user) Moves the session intoImapSessionState.AUTHENTICATEDstate with the supplied user.voidImapSessionImpl.setAuthenticated(GreenMailUser user) voidImapHostManager.subscribe(GreenMailUser user, String mailbox) Subscribes a user to a mailbox.voidImapHostManagerImpl.subscribe(GreenMailUser user, String mailboxName) voidImapHostManager.unsubscribe(GreenMailUser user, String mailbox) Unsubscribes from a given mailbox.voidImapHostManagerImpl.unsubscribe(GreenMailUser user, String mailboxName) -
Uses of GreenMailUser in com.icegreen.greenmail.pop3
Methods in com.icegreen.greenmail.pop3 that return GreenMailUserModifier and TypeMethodDescriptionPop3State.findOrCreateUser(String username) Pop3State.getUser()Methods in com.icegreen.greenmail.pop3 with parameters of type GreenMailUser -
Uses of GreenMailUser in com.icegreen.greenmail.user
Classes in com.icegreen.greenmail.user that implement GreenMailUserMethods in com.icegreen.greenmail.user that return GreenMailUserModifier and TypeMethodDescriptionUserManager.createUser(String email, String login, String password) UserManager.getUserByEmail(String email) MessageDeliveryHandler.handle(MovingMessage msg, MailAddress mailAddress) Methods in com.icegreen.greenmail.user that return types with arguments of type GreenMailUserModifier and TypeMethodDescriptionUserManager.findUsers(Predicate<GreenMailUser> predicate) Finds users matching predicate.UserManager.listUser()Methods in com.icegreen.greenmail.user with parameters of type GreenMailUserMethod parameters in com.icegreen.greenmail.user with type arguments of type GreenMailUserModifier and TypeMethodDescriptionUserManager.findUsers(Predicate<GreenMailUser> predicate) Finds users matching predicate. -
Uses of GreenMailUser in com.icegreen.greenmail.util
Methods in com.icegreen.greenmail.util that return GreenMailUserModifier and TypeMethodDescriptionMethods in com.icegreen.greenmail.util with parameters of type GreenMailUserModifier and TypeMethodDescriptionstatic jakarta.mail.Quota[]GreenMailUtil.getQuota(GreenMailUser user, String quotaRoot) Gets the quotas for the user.static voidGreenMailUtil.setQuota(GreenMailUser user, jakarta.mail.Quota quota) Sets a quota for a users.Method parameters in com.icegreen.greenmail.util with type arguments of type GreenMailUserModifier and TypeMethodDescriptionStream<jakarta.mail.internet.MimeMessage>GreenMail.findReceivedMessages(Predicate<GreenMailUser> userPredicate, Predicate<jakarta.mail.internet.MimeMessage> messagePredicate) Stream<jakarta.mail.internet.MimeMessage>GreenMailProxy.findReceivedMessages(Predicate<GreenMailUser> userPredicate, Predicate<jakarta.mail.internet.MimeMessage> messagePredicate)