org.apache.james.mailbox
Interface MailboxConstants


public interface MailboxConstants


Field Summary
static char DEFAULT_DELIMITER
          The default delimiter used to seperated parent/child folders
static java.lang.String DEFAULT_DELIMITER_STRING
          The default delimiter used to seperated parent/child folders
static java.lang.String INBOX
          The name of the INBOX
static java.lang.String USER_NAMESPACE
          The namespace used for store user inboxes
 

Field Detail

USER_NAMESPACE

static final java.lang.String USER_NAMESPACE
The namespace used for store user inboxes

See Also:
Constant Field Values

DEFAULT_DELIMITER

static final char DEFAULT_DELIMITER
The default delimiter used to seperated parent/child folders

See Also:
Constant Field Values

DEFAULT_DELIMITER_STRING

static final java.lang.String DEFAULT_DELIMITER_STRING
The default delimiter used to seperated parent/child folders

See Also:
Constant Field Values

INBOX

static final java.lang.String INBOX
The name of the INBOX

See Also:
Constant Field Values


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