Uses of Class
com.icegreen.greenmail.store.FolderException
Packages that use FolderException
Package
Description
-
Uses of FolderException in com.icegreen.greenmail.base
Methods in com.icegreen.greenmail.base that throw FolderExceptionModifier and TypeMethodDescriptionGreenMailOperations.loadEmails(Path path) Loads emails from given path.voidGreenMailOperations.purgeEmailFromAllMailboxes()Remove/purge all data from all mail stores (POP3/IMAP) -
Uses of FolderException in com.icegreen.greenmail.imap
Methods in com.icegreen.greenmail.imap that throw FolderExceptionModifier and TypeMethodDescriptionlongImapSessionFolder.copyMessage(long uid, MailFolder toFolder) ImapHostManager.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) voidImapSessionFolder.expunge()ImapHostManager.getFolder(GreenMailUser user, String mailboxName, boolean mustExist) Returns a reference to an existing Mailbox.ImapHostManagerImpl.getFolder(GreenMailUser user, String mailboxName, boolean mustExist) ImapHostManager.getInbox(GreenMailUser user) Returns a reference to the user's INBOX.intImapSessionFolder.getMsn(long uid) 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) longImapSessionFolder.moveMessage(long uid, MailFolder toFolder) voidImapHostManager.renameMailbox(GreenMailUser user, String oldMailboxName, String newMailboxName) Renames an existing MailBox.voidImapHostManagerImpl.renameMailbox(GreenMailUser user, String oldMailboxName, String newMailboxName) voidImapSessionFolder.replaceFlags(jakarta.mail.Flags flags, long uid, FolderListener silentListener, boolean addUid) voidImapSessionFolder.setFlags(jakarta.mail.Flags flags, boolean value, long uid, FolderListener silentListener, boolean addUid) voidImapHostManager.subscribe(GreenMailUser user, String mailbox) Subscribes a user to a mailbox.voidImapHostManagerImpl.subscribe(GreenMailUser user, String mailboxName) voidImapSession.unsolicitedResponses(ImapResponse response) Sends any unsolicited responses to the client, such as EXISTS and FLAGS responses when the selected mailbox is modified by another user.voidImapSession.unsolicitedResponses(ImapResponse request, boolean omitExpunged) voidImapSessionImpl.unsolicitedResponses(ImapResponse request) voidImapSessionImpl.unsolicitedResponses(ImapResponse response, boolean omitExpunged) voidImapHostManager.unsubscribe(GreenMailUser user, String mailbox) Unsubscribes from a given mailbox.voidImapHostManagerImpl.unsubscribe(GreenMailUser user, String mailboxName) -
Uses of FolderException in com.icegreen.greenmail.imap.commands
Methods in com.icegreen.greenmail.imap.commands that throw FolderExceptionModifier and TypeMethodDescriptionprotected voidQuotaCommand.doProcess(ImapRequestLineReader request, ImapResponse response, ImapSession session) protected voidQuotaRootCommand.doProcess(ImapRequestLineReader request, ImapResponse response, ImapSession session) voidUidEnabledCommand.doProcess(ImapRequestLineReader request, ImapResponse response, ImapSession session, boolean useUids) -
Uses of FolderException in com.icegreen.greenmail.pop3
Methods in com.icegreen.greenmail.pop3 that throw FolderException -
Uses of FolderException in com.icegreen.greenmail.store
Methods in com.icegreen.greenmail.store that throw FolderExceptionModifier and TypeMethodDescriptionlongMailFolder.copyMessage(long uid, MailFolder toFolder) InMemoryStore.createMailbox(MailFolder parent, String mailboxName, boolean selectable) Store.createMailbox(MailFolder parent, String mailboxName, boolean selectable) Creates a mailbox under the supplied parent with the given name.voidInMemoryStore.deleteMailbox(MailFolder folder) voidStore.deleteMailbox(MailFolder folder) Deletes the supplied mailbox from the store.voidMailFolder.expunge()intListBasedStoredMessageCollection.getMsn(long uid) intMailFolder.getMsn(long uid) intMapBasedStoredMessageCollection.getMsn(long uid) intStoredMessageCollection.getMsn(long uid) InMemoryStore.listMailboxes(String searchPattern) Store.listMailboxes(String searchPattern) Lists all the mailboxes in the store which have a name matching the supplied search pattern.longMailFolder.moveMessage(long uid, MailFolder toFolder) voidStore.renameMailbox(MailFolder existingFolder, String newName) Renames the mailbox with the new name.voidMailFolder.replaceFlags(jakarta.mail.Flags flags, long uid, FolderListener silentListener, boolean addUid) voidMailFolder.setFlags(jakarta.mail.Flags flags, boolean value, long uid, FolderListener silentListener, boolean addUid) -
Uses of FolderException in com.icegreen.greenmail.util
Methods in com.icegreen.greenmail.util that throw FolderExceptionModifier and TypeMethodDescriptionGreenMail.loadEmails(Path sourceDirectory) GreenMailProxy.loadEmails(Path path) voidGreenMail.purgeEmailFromAllMailboxes()voidGreenMailProxy.purgeEmailFromAllMailboxes()