org.apache.james.mailbox
Interface MailboxMetaData

All Known Implementing Classes:
SimpleMailboxMetaData

public interface MailboxMetaData

Returned by the list method of MailboxRepository and others


Nested Class Summary
static class MailboxMetaData.Children
          Indicates whether this mailbox allows children and - if so - whether it has any.
static class MailboxMetaData.Selectability
          RFC3501 Selectability flag
 
Method Summary
 java.lang.String getHierarchyDelimiter()
          Return the delimiter
 MailboxPath getPath()
          Return the MailboxPath
 MailboxMetaData.Selectability getSelectability()
          Gets the RFC3501 Selectability flag.
 MailboxMetaData.Children inferiors()
          Gets the inferiors status of this mailbox.
 

Method Detail

inferiors

MailboxMetaData.Children inferiors()
Gets the inferiors status of this mailbox.

Returns:
not null

getSelectability

MailboxMetaData.Selectability getSelectability()
Gets the RFC3501 Selectability flag.


getHierarchyDelimiter

java.lang.String getHierarchyDelimiter()
Return the delimiter

Returns:
delimiter

getPath

MailboxPath getPath()
Return the MailboxPath

Returns:
path


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