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.
static java.lang.String PARAM_TRANSPORT_PROVIDER
          Mail transport.
 
Method Summary
static java.lang.String getParamDefaultFolderArray(int accountId)
          Gets the parameter name for default folder array.
static java.lang.String getParamDefaultFolderChecked(int accountId)
          Gets the parameter name for default folder flag.
static java.lang.String getParamMailCache(int accountId)
          Gets the parameter name for session mail cache.
static java.lang.String getParamMailProvider(int accountId)
          Gets the parameter name for mail provider.
static java.lang.String getParamMBox(int accountId)
          Gets the parameter name for MBox.
static java.lang.String getParamPublishingInfostoreFolderID()
          Gets the parameter name for publishing infostore folder ID.
static java.lang.String getParamSeparator(int accountId)
          Gets the parameter name for mail folder separator.
static java.lang.String getParamSessionContext(int accountId)
          Gets the parameter name for session's context.
static java.lang.String getParamSpamHandler(int accountId)
          Gets the parameter name for spam handler.
static java.lang.String getParamTransportProvider(int accountId)
          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_TRANSPORT_PROVIDER

public static final java.lang.String PARAM_TRANSPORT_PROVIDER
Mail transport.

See Also:
Constant Field Values

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(int accountId)
Gets the parameter name for default folder flag.

Parameters:
accountId - The account ID
Returns:
The parameter name for default folder flag

getParamSeparator

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

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

getParamDefaultFolderArray

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

Parameters:
accountId - The account ID
Returns:
The parameter name for default folder array

getParamMailCache

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

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

getParamMailProvider

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

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

getParamTransportProvider

public static java.lang.String getParamTransportProvider(int accountId)
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(int accountId)
Gets the parameter name for session's context.

Parameters:
accountId - The account ID
Returns:
The parameter name for session's context

getParamSpamHandler

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

Parameters:
accountId - The account ID
Returns:
The parameter name for spam handler

getParamMBox

public static java.lang.String getParamMBox(int accountId)
Gets the parameter name for MBox.

Parameters:
accountId - The account ID
Returns:
The parameter name for MBox