|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MailPath | |
|---|---|
| com.openexchange.mail | |
| com.openexchange.mail.dataobjects | |
| com.openexchange.mail.parser.handlers | |
| com.openexchange.mail.text | |
| Uses of MailPath in com.openexchange.mail |
|---|
| Fields in com.openexchange.mail declared as MailPath | |
|---|---|
static MailPath |
MailPath.NULL
A null MailPath |
| Fields in com.openexchange.mail with type parameters of type MailPath | |
|---|---|
static java.util.Comparator<MailPath> |
MailPath.COMPARATOR
Gets an appropriate instance of Comparator to sort instances of MailPath |
| Methods in com.openexchange.mail that return MailPath | |
|---|---|
static MailPath[] |
MailPath.getMailPaths(java.lang.String mailPaths)
Returns the mail paths for given comma-separated mail IDs each conform to pattern <folder-path><value-of- SEPERATOR
><mail-ID> |
static MailPath[] |
MailPath.getMailPaths(java.lang.String[] mailPaths)
Returns the mail paths for given mail IDs each conform to pattern <folder-path><value-of- SEPERATOR
><mail-ID> |
MailPath |
MailPath.setMailIdentifierString(java.lang.String mailPathStr)
Sets this mail path's folder fullname and mail's unique ID (for re-usage). |
| Methods in com.openexchange.mail with parameters of type MailPath | |
|---|---|
static java.lang.String[] |
MailPath.getUIDs(MailPath[] mailPaths)
Extracts the IDs from given mail paths |
| Uses of MailPath in com.openexchange.mail.dataobjects |
|---|
| Methods in com.openexchange.mail.dataobjects that return MailPath | |
|---|---|
MailPath |
MailMessage.getMailPath()
Gets the mail path. |
MailPath |
MailPart.getMsgref()
Gets the message reference |
| Methods in com.openexchange.mail.dataobjects with parameters of type MailPath | |
|---|---|
void |
MailPart.setMsgref(MailPath msgref)
Sets the message reference |
| Uses of MailPath in com.openexchange.mail.parser.handlers |
|---|
| Methods in com.openexchange.mail.parser.handlers that return MailPath | |
|---|---|
MailPath |
RawJSONMessageHandler.getMailPath()
Gets mail path. |
| Constructors in com.openexchange.mail.parser.handlers with parameters of type MailPath | |
|---|---|
JSONMessageHandler(int accountId,
MailPath mailPath,
MailMessage mail,
DisplayMode displayMode,
com.openexchange.session.Session session,
UserSettingMail usm)
Initializes a new JSONMessageHandler |
|
RawJSONMessageHandler(int accountId,
MailPath mailPath,
MailMessage mail)
Initializes a new RawJSONMessageHandler. |
|
| Uses of MailPath in com.openexchange.mail.text |
|---|
| Methods in com.openexchange.mail.text with parameters of type MailPath | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||