Uses of Class
com.icegreen.greenmail.store.FolderException
-
-
Uses of FolderException in com.icegreen.greenmail.base
Methods in com.icegreen.greenmail.base that throw FolderException Modifier and Type Method Description GreenMailOperationsGreenMailOperations. 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 FolderException Modifier and Type Method Description longImapSessionFolder. copyMessage(long uid, MailFolder toFolder)MailFolderImapHostManager. createMailbox(GreenMailUser user, String mailboxName)Returns a reference to a newly created Mailbox.MailFolderImapHostManagerImpl. 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()MailFolderImapHostManager. getFolder(GreenMailUser user, String mailboxName, boolean mustExist)Returns a reference to an existing Mailbox.MailFolderImapHostManagerImpl. getFolder(GreenMailUser user, String mailboxName, boolean mustExist)MailFolderImapHostManager. getInbox(GreenMailUser user)Returns a reference to the user's INBOX.intImapSessionFolder. getMsn(long uid)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)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 FolderException Modifier and Type Method Description protected 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 Modifier and Type Method Description voidPop3State. authenticate(String pass) -
Uses of FolderException in com.icegreen.greenmail.store
Methods in com.icegreen.greenmail.store that throw FolderException Modifier and Type Method Description longMailFolder. copyMessage(long uid, MailFolder toFolder)MailFolderInMemoryStore. createMailbox(MailFolder parent, String mailboxName, boolean selectable)MailFolderStore. 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)Collection<MailFolder>InMemoryStore. listMailboxes(String searchPattern)Collection<MailFolder>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 FolderException Modifier and Type Method Description GreenMailOperationsGreenMail. loadEmails(Path sourceDirectory)GreenMailOperationsGreenMailProxy. loadEmails(Path path)voidGreenMail. purgeEmailFromAllMailboxes()voidGreenMailProxy. purgeEmailFromAllMailboxes()
-