Uses of Class
org.apache.james.mailbox.MailboxPath

Packages that use MailboxPath
org.apache.james.mailbox   
org.apache.james.mailbox.util   
 

Uses of MailboxPath in org.apache.james.mailbox
 

Methods in org.apache.james.mailbox that return MailboxPath
 MailboxPath MailboxQuery.getBase()
          Gets the base reference for the search.
 MailboxPath MailboxListener.Event.getMailboxPath()
          Return the path of the Mailbox this event belongs to.
abstract  MailboxPath MailboxListener.MailboxRenamed.getNewPath()
          Gets the new name for this mailbox.
 MailboxPath MailboxMetaData.getPath()
          Return the MailboxPath
static MailboxPath MailboxPath.inbox(java.lang.String username)
          Return a MailboxPath which represent the INBOX of the given username
 

Methods in org.apache.james.mailbox that return types with arguments of type MailboxPath
 java.util.List<MailboxPath> MailboxPath.getHierarchyLevels(char delimiter)
          Return a list of MailboxPath representing the hierarchy levels of this MailboxPath.
 

Methods in org.apache.james.mailbox with parameters of type MailboxPath
 void MailboxManager.addListener(MailboxPath mailboxPath, MailboxListener listener, MailboxSession session)
          Implementations of Mailbox may interpret the fact that someone is listening and do some caching and even postpone persistence until everyone has removed itself.
 void MailboxManager.copyMessages(MessageRange set, MailboxPath from, MailboxPath to, MailboxSession session)
          this is done by the MailboxRepository because maybe this operation could be optimized in the corresponding store.
 void MailboxManager.createMailbox(MailboxPath mailboxPath, MailboxSession mailboxSession)
          Creates a new mailbox.
 void MailboxManager.deleteMailbox(MailboxPath mailboxPath, MailboxSession session)
          Delete the mailbox with the name
 MessageManager MailboxManager.getMailbox(MailboxPath mailboxPath, MailboxSession session)
          Gets an session suitable for IMAP.
 boolean MailboxManager.mailboxExists(MailboxPath mailboxPath, MailboxSession session)
          Does the given mailbox exist?
 void MailboxManager.renameMailbox(MailboxPath from, MailboxPath to, MailboxSession session)
          Renames a mailbox.
 

Constructors in org.apache.james.mailbox with parameters of type MailboxPath
MailboxListener.Added(long sessionId, MailboxPath path)
           
MailboxListener.Event(long sessionId, MailboxPath path)
           
MailboxListener.Expunged(long sessionId, MailboxPath path)
           
MailboxListener.FlagsUpdated(long sessionId, MailboxPath path)
           
MailboxListener.MailboxDeletionEvent(long sessionId, MailboxPath path)
           
MailboxListener.MailboxRenamed(long sessionId, MailboxPath path)
           
MailboxListener.MessageEvent(long sessionId, MailboxPath path)
           
MailboxNotFoundException(MailboxPath mailboxPath)
           
MailboxPath(MailboxPath mailboxPath)
           
MailboxPath(MailboxPath mailboxPath, java.lang.String name)
           
MailboxQuery(MailboxPath base, java.lang.String expression, char freeWildcard, char localWildcard)
          Constructs an expression determining a set of mailbox names.
 

Uses of MailboxPath in org.apache.james.mailbox.util
 

Methods in org.apache.james.mailbox.util that return MailboxPath
 MailboxPath SimpleMailboxMetaData.getPath()
           
 

Methods in org.apache.james.mailbox.util with parameters of type MailboxPath
 void MailboxEventDispatcher.added(long uid, long sessionId, MailboxPath path)
          Should get called when a new message was added to a Mailbox.
static MailboxMetaData SimpleMailboxMetaData.createNoSelect(MailboxPath path, java.lang.String delimiter)
           
 void MailboxEventDispatcher.expunged(long uid, long sessionId, MailboxPath path)
          Should get called when a message was expunged from a Mailbox.
 void MailboxEventDispatcher.flagsUpdated(long uid, long sessionId, MailboxPath path, javax.mail.Flags original, javax.mail.Flags updated)
          Should get called when the message flags were update in a Mailbox.
 void MailboxEventDispatcher.mailboxDeleted(long sessionId, MailboxPath path)
          Should get called when a Mailbox was deleted.
 void MailboxEventDispatcher.mailboxRenamed(MailboxPath from, MailboxPath to, long sessionId)
          Should get called when a Mailbox was renamed.
 

Constructors in org.apache.james.mailbox.util with parameters of type MailboxPath
SimpleMailboxMetaData(MailboxPath path, java.lang.String delimiter)
           
SimpleMailboxMetaData(MailboxPath path, java.lang.String delimiter, MailboxMetaData.Children inferiors, MailboxMetaData.Selectability selectability)
           
 



Copyright © 2002-2010 The Apache Software Foundation. All Rights Reserved.