Uses of Interface
com.icegreen.greenmail.store.MailFolder
-
Packages that use MailFolder Package Description com.icegreen.greenmail.imap com.icegreen.greenmail.pop3 com.icegreen.greenmail.store -
-
Uses of MailFolder in com.icegreen.greenmail.imap
Classes in com.icegreen.greenmail.imap that implement MailFolder Modifier and Type Class Description classImapSessionFolderMethods in com.icegreen.greenmail.imap that return MailFolder Modifier and Type Method Description MailFolderImapHostManager. createMailbox(GreenMailUser user, String mailboxName)Returns a reference to a newly created Mailbox.MailFolderImapHostManagerImpl. createMailbox(GreenMailUser user, String mailboxName)MailFolderImapHostManager. getFolder(GreenMailUser user, String mailboxName)Returns a reference to an existing Mailbox.MailFolderImapHostManager. getFolder(GreenMailUser user, String mailboxName, boolean mustExist)Returns a reference to an existing Mailbox.MailFolderImapHostManagerImpl. getFolder(GreenMailUser user, String mailboxName)MailFolderImapHostManagerImpl. getFolder(GreenMailUser user, String mailboxName, boolean mustExist)MailFolderImapHostManager. getInbox(GreenMailUser user)Returns a reference to the user's INBOX.MailFolderImapHostManagerImpl. getInbox(GreenMailUser user)Methods in com.icegreen.greenmail.imap that return types with arguments of type MailFolder Modifier and Type Method Description 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)Methods in com.icegreen.greenmail.imap with parameters of type MailFolder Modifier and Type Method Description longImapSessionFolder. copyMessage(long uid, MailFolder toFolder)longImapSessionFolder. moveMessage(long uid, MailFolder toFolder)voidImapSession. setSelected(MailFolder folder, boolean readOnly)Moves this session intoImapSessionState.SELECTEDstate and sets the supplied mailbox to be the currently selected mailbox.voidImapSessionImpl. setSelected(MailFolder folder, boolean readOnly)Constructors in com.icegreen.greenmail.imap with parameters of type MailFolder Constructor Description ImapSessionFolder(MailFolder folder, ImapSession session, boolean readonly) -
Uses of MailFolder in com.icegreen.greenmail.pop3
Methods in com.icegreen.greenmail.pop3 that return MailFolder Modifier and Type Method Description MailFolderPop3State. getFolder() -
Uses of MailFolder in com.icegreen.greenmail.store
Methods in com.icegreen.greenmail.store that return MailFolder Modifier and Type Method Description 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.MailFolderInMemoryStore. getMailbox(MailFolder parent, String name)MailFolderInMemoryStore. getMailbox(String absoluteMailboxName)MailFolderStore. getMailbox(MailFolder parent, String mailboxName)Looks up a child mailbox of the supplied parent with the name given.MailFolderStore. getMailbox(String qualifiedMailboxName)Retrieves a mailbox based on a fully qualified name.MailFolderInMemoryStore. setSelectable(MailFolder folder, boolean selectable)MailFolderStore. setSelectable(MailFolder folder, boolean selectable)Tells the store to make the supplied mailbox selectable or not (able to store messages).Methods in com.icegreen.greenmail.store that return types with arguments of type MailFolder Modifier and Type Method Description Collection<MailFolder>InMemoryStore. getChildren(MailFolder parent)Collection<MailFolder>Store. getChildren(MailFolder parent)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.Methods in com.icegreen.greenmail.store with parameters of type MailFolder 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.Collection<MailFolder>InMemoryStore. getChildren(MailFolder parent)Collection<MailFolder>Store. getChildren(MailFolder parent)MailFolderInMemoryStore. getMailbox(MailFolder parent, String name)MailFolderStore. getMailbox(MailFolder parent, String mailboxName)Looks up a child mailbox of the supplied parent with the name given.longMailFolder. moveMessage(long uid, MailFolder toFolder)voidInMemoryStore. renameMailbox(MailFolder existingFolder, String newName)voidStore. renameMailbox(MailFolder existingFolder, String newName)Renames the mailbox with the new name.MailFolderInMemoryStore. setSelectable(MailFolder folder, boolean selectable)MailFolderStore. setSelectable(MailFolder folder, boolean selectable)Tells the store to make the supplied mailbox selectable or not (able to store messages).
-