Uses of Class
com.openexchange.mail.utils.DisplayMode

Packages that use DisplayMode
com.openexchange.mail.json.writer   
com.openexchange.mail.parser.handlers   
com.openexchange.mail.text   
com.openexchange.mail.utils   
 

Uses of DisplayMode in com.openexchange.mail.json.writer
 

Methods in com.openexchange.mail.json.writer with parameters of type DisplayMode
static org.json.JSONObject MessageWriter.writeMailMessage(int accountId, MailMessage mail, DisplayMode displayMode, com.openexchange.session.Session session, UserSettingMail settings)
          Writes whole mail as a JSON object.
static org.json.JSONObject MessageWriter.writeMailMessage(int accountId, MailMessage mail, DisplayMode displayMode, com.openexchange.session.Session session, UserSettingMail settings, java.util.Collection<com.openexchange.groupware.AbstractOXException> warnings)
          Writes whole mail as a JSON object.
 

Constructors in com.openexchange.mail.json.writer with parameters of type DisplayMode
JSONObjectConverter(org.json.JSONObject rawJSONMailObject, DisplayMode displayMode, com.openexchange.session.Session session, UserSettingMail usm, com.openexchange.groupware.contexts.Context ctx)
          Initializes a new JSONObjectConverter.
 

Uses of DisplayMode in com.openexchange.mail.parser.handlers
 

Constructors in com.openexchange.mail.parser.handlers with parameters of type DisplayMode
JSONMessageHandler(int accountId, MailPath mailPath, MailMessage mail, DisplayMode displayMode, com.openexchange.session.Session session, UserSettingMail usm)
          Initializes a new JSONMessageHandler
JSONMessageHandler(int accountId, java.lang.String mailPath, DisplayMode displayMode, com.openexchange.session.Session session, UserSettingMail usm)
          Initializes a new JSONMessageHandler
 

Uses of DisplayMode in com.openexchange.mail.text
 

Methods in com.openexchange.mail.text with parameters of type DisplayMode
static java.lang.String HTMLProcessing.formatContentForDisplay(java.lang.String content, java.lang.String charset, boolean isHtml, com.openexchange.session.Session session, MailPath mailPath, UserSettingMail usm, boolean[] modified, DisplayMode mode)
          Performs all the formatting for both text and HTML content for a proper display according to specified user's mail settings.
static java.lang.String HTMLProcessing.formatHTMLForDisplay(java.lang.String content, java.lang.String charset, com.openexchange.session.Session session, MailPath mailPath, UserSettingMail usm, boolean[] modified, DisplayMode mode)
          Performs all the formatting for HTML content for a proper display according to specified user's mail settings.
static java.lang.String HTMLProcessing.formatTextForDisplay(java.lang.String content, UserSettingMail usm, DisplayMode mode)
          Performs all the formatting for text content for a proper display according to specified user's mail settings.
 

Uses of DisplayMode in com.openexchange.mail.utils
 

Methods in com.openexchange.mail.utils that return DisplayMode
static DisplayMode DisplayMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DisplayMode[] DisplayMode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.openexchange.mail.utils with parameters of type DisplayMode
 boolean DisplayMode.isIncluded(DisplayMode other)
          Indicates if this mode is included in given mode