Uses of Class
com.icegreen.greenmail.store.FolderException

Packages that use FolderException
com.icegreen.greenmail.imap   
com.icegreen.greenmail.imap.commands   
com.icegreen.greenmail.pop3   
com.icegreen.greenmail.store   
 

Uses of FolderException in com.icegreen.greenmail.imap
 

Methods in com.icegreen.greenmail.imap that throw FolderException
 void ImapSessionFolder.copyMessage(long uid, MailFolder toFolder)
           
 MailFolder ImapHostManagerImpl.createMailbox(GreenMailUser user, String mailboxName)
           
 MailFolder ImapHostManager.createMailbox(GreenMailUser user, String mailboxName)
          Returns a reference to a newly created Mailbox.
 void ImapHostManagerImpl.createPrivateMailAccount(GreenMailUser user)
           
 void ImapHostManager.createPrivateMailAccount(GreenMailUser user)
          Registers a user with the ImapHost, creating a personal mail space and INBOX for that user.
 void ImapHostManagerImpl.deleteMailbox(GreenMailUser user, String mailboxName)
           
 void ImapHostManager.deleteMailbox(GreenMailUser user, String mailboxName)
          Deletes an existing MailBox.
 void ImapSessionFolder.expunge()
           
 int[] ImapSessionFolder.getExpunged()
           
 List ImapSessionFolder.getFlagUpdates()
           
 MailFolder ImapHostManagerImpl.getFolder(GreenMailUser user, String mailboxName, boolean mustExist)
           
 MailFolder ImapHostManager.getFolder(GreenMailUser user, String mailboxName, boolean mustExist)
          Returns a reference to an existing Mailbox.
 MailFolder ImapHostManagerImpl.getInbox(GreenMailUser user)
           
 MailFolder ImapHostManager.getInbox(GreenMailUser user)
          Returns a reference to the user's INBOX.
 int ImapSessionFolder.getMsn(long uid)
           
 Collection ImapHostManagerImpl.listMailboxes(GreenMailUser user, String mailboxPattern)
           
 Collection ImapHostManager.listMailboxes(GreenMailUser user, String mailboxPattern)
          Returns an collection of mailboxes on this host.
 Collection ImapHostManagerImpl.listSubscribedMailboxes(GreenMailUser user, String mailboxPattern)
           
 Collection ImapHostManager.listSubscribedMailboxes(GreenMailUser user, String mailboxPattern)
          Returns an collection of mailboxes on this host.
 void ImapHostManagerImpl.renameMailbox(GreenMailUser user, String oldMailboxName, String newMailboxName)
           
 void ImapHostManager.renameMailbox(GreenMailUser user, String oldMailboxName, String newMailboxName)
          Renames an existing MailBox.
 void ImapSessionFolder.replaceFlags(Flags flags, long uid, FolderListener silentListener, boolean addUid)
           
 void ImapSessionFolder.setFlags(Flags flags, boolean value, long uid, FolderListener silentListener, boolean addUid)
           
 void ImapHostManagerImpl.subscribe(GreenMailUser user, String mailboxName)
           
 void ImapHostManager.subscribe(GreenMailUser user, String mailbox)
          Subscribes a user to a mailbox.
 void ImapSessionImpl.unsolicitedResponses(ImapResponse request)
           
 void ImapSession.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.
 void ImapSessionImpl.unsolicitedResponses(ImapResponse response, boolean omitExpunged)
           
 void ImapSession.unsolicitedResponses(ImapResponse request, boolean omitExpunged)
           
 void ImapHostManagerImpl.unsubscribe(GreenMailUser user, String mailboxName)
           
 void ImapHostManager.unsubscribe(GreenMailUser user, String mailbox)
          Unsubscribes from a given mailbox.
 

Uses of FolderException in com.icegreen.greenmail.imap.commands
 

Methods in com.icegreen.greenmail.imap.commands that throw FolderException
 void UidEnabledCommand.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
 void Pop3State.authenticate(String pass)
           
 

Uses of FolderException in com.icegreen.greenmail.store
 

Methods in com.icegreen.greenmail.store that throw FolderException
 void MailFolder.copyMessage(long uid, MailFolder toFolder)
           
 MailFolder Store.createMailbox(MailFolder parent, String mailboxName, boolean selectable)
          Creates a mailbox under the supplied parent with the given name.
 MailFolder InMemoryStore.createMailbox(MailFolder parent, String mailboxName, boolean selectable)
           
 void Store.deleteMailbox(MailFolder folder)
          Deletes the supplied mailbox from the store.
 void InMemoryStore.deleteMailbox(MailFolder folder)
           
 void MailFolder.expunge()
           
 MailMessageAttributes StoredMessage.getAttributes()
           
 MailMessageAttributes SimpleStoredMessage.getAttributes()
           
 int MailFolder.getMsn(long uid)
           
 Collection Store.listMailboxes(String searchPattern)
          Lists all of the mailboxes in the store which have a name matching the supplied search pattern.
 Collection InMemoryStore.listMailboxes(String searchPattern)
           
 void Store.renameMailbox(MailFolder existingFolder, String newName)
          Renames the mailbox with the new name.
 void InMemoryStore.renameMailbox(MailFolder existingFolder, String newName)
           
 void MailFolder.replaceFlags(Flags flags, long uid, FolderListener silentListener, boolean addUid)
           
 void MailFolder.setFlags(Flags flags, boolean value, long uid, FolderListener silentListener, boolean addUid)
           
 



Copyright © 2006-2009 Icegreen Technologies. All Rights Reserved.