Uses of Package
org.apache.james.mailbox

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

Classes in org.apache.james.mailbox used by org.apache.james.mailbox
BadCredentialsException
          Indicates that the credentials for this operation were not acceptable.
Content
          IMAP needs to know the size of the content before it starts to write it out.
Headers
          TODO: remove when MessageResult is sorted out
MailboxException
           
MailboxListener
          Listens to Mailbox events.
MailboxListener.Event
          A mailbox event.
MailboxListener.MessageEvent
          A mailbox event related to a message.
MailboxMetaData
          Returned by the list method of MailboxRepository and others
MailboxMetaData.Children
          Indicates whether this mailbox allows children and - if so - whether it has any.
MailboxMetaData.Selectability
          RFC3501 Selectability flag
MailboxPath
          The path to a mailbox.
MailboxQuery
          Expresses select criteria for mailboxes.
MailboxSession
          Mailbox session.
MailboxSession.User
          A mailbox user.
MessageManager
          Interface which represent a Mailbox A MessageManager should be valid for the whole MailboxSession
MessageManager.MetaData
          Meta data about the current state of the mailbox.
MessageManager.MetaData.FetchGroup
          Describes the optional data types.
MessageRange
          Used to define a range of messages by uid or msn, or a individual message by key or message object.
MessageRange.Type
           
MessageResult
           Used to get specific informations about a Message without dealing with a MimeMessage instance.
MessageResult.FetchGroup
          Indicates the results fetched.
MessageResult.FetchGroup.PartContentDescriptor
          Describes the contents to be fetched for a mail part.
MessageResult.Header
          A header.
MessageResult.MimePath
          Describes a path within a multipart MIME message.
MimeDescriptor
           
RequestAware
          Implementations of this interface are aware of processing requests
SearchQuery
           Models a query used to search for messages.
SearchQuery.BooleanOperator
          Boolean value search.
SearchQuery.Conjunction
           
SearchQuery.ContainsOperator
          Contained value search.
SearchQuery.Criterion
          Marker superclass for criteria.
SearchQuery.DateComparator
           
SearchQuery.DateOperator
          Operates on a date.
SearchQuery.ExistsOperator
          Existance search.
SearchQuery.HeaderOperator
          Marks operator as suitable for header value searching.
SearchQuery.InOperator
          Search for numbers within set of ranges.
SearchQuery.NumericComparator
           
SearchQuery.NumericOperator
          Searches numberic values.
SearchQuery.NumericRange
          Numbers within a particular range.
SearchQuery.Operator
          Search operator.
SearchQuery.Scope
           
SubscriptionException
          Indicates exception during subscription processing.
 

Classes in org.apache.james.mailbox used by org.apache.james.mailbox.util
Content
          IMAP needs to know the size of the content before it starts to write it out.
Headers
          TODO: remove when MessageResult is sorted out
MailboxException
           
MailboxListener
          Listens to Mailbox events.
MailboxListener.Event
          A mailbox event.
MailboxMetaData
          Returned by the list method of MailboxRepository and others
MailboxMetaData.Children
          Indicates whether this mailbox allows children and - if so - whether it has any.
MailboxMetaData.Selectability
          RFC3501 Selectability flag
MailboxPath
          The path to a mailbox.
MessageResult
           Used to get specific informations about a Message without dealing with a MimeMessage instance.
MessageResult.FetchGroup
          Indicates the results fetched.
MessageResult.FetchGroup.PartContentDescriptor
          Describes the contents to be fetched for a mail part.
MessageResult.Header
          A header.
MessageResult.MimePath
          Describes a path within a multipart MIME message.
MimeDescriptor
           
 



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