com.openexchange.mail
Class MailSessionParameterNames

java.lang.Object
  extended by com.openexchange.mail.MailSessionParameterNames

public final class MailSessionParameterNames
extends java.lang.Object

MailSessionParameterNames - Constants used as keys for session parameters.

Author:
Thorben Betten

Field Summary
static java.lang.String PARAM_ORGANIZATION_HDR
          Organization header field when composing new mails.
 
Method Summary
static java.lang.String getParamDefaultFolderArray()
          Gets the parameter name for default folder array.
static java.lang.String getParamDefaultFolderChecked()
          Gets the parameter name for default folder flag.
static java.lang.String getParamDefaultTrashFolder()
          Gets the parameter name for default trash folder.
static java.lang.String getParamMailCache()
          Gets the parameter name for session mail cache.
static java.lang.String getParamMailProvider()
          Gets the parameter name for mail provider.
static java.lang.String getParamMainCache()
          Gets the parameter name for session main cache.
static java.lang.String getParamPublishingInfostoreFolderID()
          Gets the parameter name for publishing infostore folder ID.
static java.lang.String getParamSeparator()
          Gets the parameter name for mail folder separator.
static java.lang.String getParamSessionContext()
          Gets the parameter name for session's context.
static java.lang.String getParamSpamHandler()
          Gets the parameter name for spam handler.
static java.lang.String getParamTransportProvider()
          Gets the parameter name for mail transport.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAM_ORGANIZATION_HDR

public static final java.lang.String PARAM_ORGANIZATION_HDR
Organization header field when composing new mails.

See Also:
Constant Field Values
Method Detail

getParamPublishingInfostoreFolderID

public static java.lang.String getParamPublishingInfostoreFolderID()
Gets the parameter name for publishing infostore folder ID.

Returns:
The parameter name for publishing infostore folder ID

getParamDefaultFolderChecked

public static java.lang.String getParamDefaultFolderChecked()
Gets the parameter name for default folder flag.

Returns:
The parameter name for default folder flag

getParamDefaultTrashFolder

public static java.lang.String getParamDefaultTrashFolder()
Gets the parameter name for default trash folder.

Returns:
The parameter name for default trash folder

getParamSeparator

public static java.lang.String getParamSeparator()
Gets the parameter name for mail folder separator.

Returns:
The parameter name for mail folder separator

getParamDefaultFolderArray

public static java.lang.String getParamDefaultFolderArray()
Gets the parameter name for default folder array.

Returns:
The parameter name for default folder array

getParamMailCache

public static java.lang.String getParamMailCache()
Gets the parameter name for session mail cache.

Returns:
The parameter name for session mail cache

getParamMainCache

public static java.lang.String getParamMainCache()
Gets the parameter name for session main cache.

Returns:
The parameter name for session main cache

getParamMailProvider

public static java.lang.String getParamMailProvider()
Gets the parameter name for mail provider.

Returns:
The parameter name for mail provider

getParamTransportProvider

public static java.lang.String getParamTransportProvider()
Gets the parameter name for mail transport.

Parameters:
accountId - The account ID
Returns:
The parameter name for mail transport

getParamSessionContext

public static java.lang.String getParamSessionContext()
Gets the parameter name for session's context.

Returns:
The parameter name for session's context

getParamSpamHandler

public static java.lang.String getParamSpamHandler()
Gets the parameter name for spam handler.

Returns:
The parameter name for spam handler