|
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||
handleXXX method
image/*)
text/html)
text/plain or text/enriched)
MessagingException and creates an appropriate instance of MIMEMailException
This is just a convenience method that simply invokes MIMEMailException.handleMessagingException(MessagingException, MailConfig) with the
latter parameter set to null.
MessagingException and creates an appropriate instance of MIMEMailException
MessagingException and creates an appropriate instance of MIMEMailException
multipart/*)
message/rfc822)
Get the message via:
MailMessage nestedMail = (MailMessage) mailPart.getContent();
multipart/*
<img src="/ajax/file?
- hasSort() -
Method in class com.openexchange.mail.api.MailCapabilities
- Indicates if mail system supports sorting messages in a certain mail folder.
- hasSubfolders() -
Method in class com.openexchange.mail.dataobjects.MailFolder
- Checks if this mail folder has subfolders.
- hasSubfolders() -
Method in class com.openexchange.mail.dataobjects.ReadOnlyMailFolder
- Checks if this mail folder has subfolders.
- hasSubscribedSubfolders() -
Method in class com.openexchange.mail.dataobjects.MailFolder
- Checks if this mail folder has subscribed subfolders.
- hasSubscribedSubfolders() -
Method in class com.openexchange.mail.dataobjects.ReadOnlyMailFolder
- Checks if this mail folder has subscribed subfolders.
- hasSubscription() -
Method in class com.openexchange.mail.api.MailCapabilities
- Indicates if mail system supports subscription of mail folders.
- hasThreadReferences() -
Method in class com.openexchange.mail.api.MailCapabilities
- Indicates if mail system supports sorting messages in a certain mail folder by their communication thread reference.
- HDR_ADDR_DELIM -
Static variable in class com.openexchange.mail.mime.MessageHeaders
-
- HDR_BCC -
Static variable in class com.openexchange.mail.mime.MessageHeaders
-
- HDR_CC -
Static variable in class com.openexchange.mail.mime.MessageHeaders
-
- HDR_CONTENT_DISPOSITION -
Static variable in class com.openexchange.mail.mime.MessageHeaders
-
- HDR_CONTENT_ID -
Static variable in class com.openexchange.mail.mime.MessageHeaders
-
- HDR_CONTENT_TRANSFER_ENC -
Static variable in class com.openexchange.mail.mime.MessageHeaders
-
- HDR_CONTENT_TYPE -
Static variable in class com.openexchange.mail.mime.MessageHeaders
-
- HDR_DATE -
Static variable in class com.openexchange.mail.mime.MessageHeaders
-
- HDR_DISP_NOT_TO -
Static variable in class com.openexchange.mail.mime.MessageHeaders
-
- HDR_DISP_TO -
Static variable in class com.openexchange.mail.mime.MessageHeaders
-
- HDR_DISPOSITION -
Static variable in class com.openexchange.mail.mime.MessageHeaders
-
- HDR_FROM -
Static variable in class com.openexchange.mail.mime.MessageHeaders
-
- HDR_IN_REPLY_TO -
Static variable in class com.openexchange.mail.mime.MessageHeaders
-
- HDR_MESSAGE_ID -
Static variable in class com.openexchange.mail.mime.MessageHeaders
-
- HDR_MIME_VERSION -
Static variable in class com.openexchange.mail.mime.MessageHeaders
-
- HDR_ORGANIZATION -
Static variable in class com.openexchange.mail.mime.MessageHeaders
-
- HDR_RECEIVED -
Static variable in class com.openexchange.mail.mime.MessageHeaders
-
- HDR_REFERENCES -
Static variable in class com.openexchange.mail.mime.MessageHeaders
-
- HDR_REPLY_TO -
Static variable in class com.openexchange.mail.mime.MessageHeaders
-
- HDR_RETURN_PATH -
Static variable in class com.openexchange.mail.mime.MessageHeaders
-
- HDR_SUBJECT -
Static variable in class com.openexchange.mail.mime.MessageHeaders
-
- HDR_TO -
Static variable in class com.openexchange.mail.mime.MessageHeaders
-
- HDR_X_MAILER -
Static variable in class com.openexchange.mail.mime.MessageHeaders
-
- HDR_X_OX_MARKER -
Static variable in class com.openexchange.mail.mime.MessageHeaders
-
- HDR_X_OX_NOTIFICATION -
Static variable in class com.openexchange.mail.mime.MessageHeaders
-
- HDR_X_OX_VCARD -
Static variable in class com.openexchange.mail.mime.MessageHeaders
-
- HDR_X_OXMSGREF -
Static variable in class com.openexchange.mail.mime.MessageHeaders
-
- HDR_X_PRIORITY -
Static variable in class com.openexchange.mail.mime.MessageHeaders
-
- HDR_X_SPAM_FLAG -
Static variable in class com.openexchange.mail.mime.MessageHeaders
-
- HeaderCollection - Class in com.openexchange.mail.mime
HeaderCollection - Represents a collection of RFC822
headers.- HeaderCollection() -
Constructor for class com.openexchange.mail.mime.HeaderCollection
- Initializes a new
HeaderCollection with a default initial capacity of 40.
- HeaderCollection(int) -
Constructor for class com.openexchange.mail.mime.HeaderCollection
- Initializes a new
HeaderCollection
- HeaderCollection(HeaderCollection) -
Constructor for class com.openexchange.mail.mime.HeaderCollection
- Copy constructor for
HeaderCollection
- HeaderCollection(String) -
Constructor for class com.openexchange.mail.mime.HeaderCollection
- Initializes a new
HeaderCollection from specified headers' RFC822 source
- HeaderCollection(InputStream) -
Constructor for class com.openexchange.mail.mime.HeaderCollection
- Initializes a new
HeaderCollection from specified headers' RFC822 input stream
- HeaderName - Class in com.openexchange.mail.mime
HeaderName - Supports an ignore-case string implementation.- HeaderTerm - Class in com.openexchange.mail.search
HeaderTerm- HeaderTerm(String, String) -
Constructor for class com.openexchange.mail.search.HeaderTerm
- Initializes a new
HeaderTerm
- HTML2Text - Class in com.openexchange.mail.text
HTML2Text - This class converts HTML content to valid text/plain based on HTMLEditorKit.- HTML2Text(boolean) -
Constructor for class com.openexchange.mail.text.HTML2Text
- Initializes a new
HTML2Text with default capacity of 8192
- HTML2Text(int, boolean) -
Constructor for class com.openexchange.mail.text.HTML2Text
- Initializes a new
HTML2Text
- html2text(String) -
Method in class com.openexchange.mail.text.HTML2Text
- Converts specified HTML content to plain text
- Html2TextConverter - Class in com.openexchange.mail.text
- Html2TextConverter
- Html2TextConverter() -
Constructor for class com.openexchange.mail.text.Html2TextConverter
-
- HTML2TextHandler - Class in com.openexchange.mail.text.parser.handler
HTML2TextHandler - A handler to generate plain text version from parsed HTML content which is then accessible via
HTML2TextHandler.getText().- HTML2TextHandler(int, boolean) -
Constructor for class com.openexchange.mail.text.parser.handler.HTML2TextHandler
- Initializes a new
HTML2TextHandler.
- HTMLFilter - Class in com.openexchange.mail.text
HTMLFilter - Filters a specified HTML content against a given white list or black list of HTML tags and their attributes.- HTMLFilter(int) -
Constructor for class com.openexchange.mail.text.HTMLFilter
- Initializes a new
HTMLFilter
- HTMLFilterHandler - Class in com.openexchange.mail.text.parser.handler
HTMLFilterHandler - The HTML white-list filter.- HTMLFilterHandler(int, Map<String, Map<String, Set<String>>>, Map<String, Set<String>>) -
Constructor for class com.openexchange.mail.text.parser.handler.HTMLFilterHandler
- Initializes a new
HTMLFilterHandler.
- HTMLFilterHandler(int, String) -
Constructor for class com.openexchange.mail.text.parser.handler.HTMLFilterHandler
- Initializes a new
HTMLFilterHandler.
- HTMLFilterHandler(int) -
Constructor for class com.openexchange.mail.text.parser.handler.HTMLFilterHandler
- Initializes a new
HTMLFilterHandler with default white list given through property SystemConfig.Property.Whitelist.
- htmlFormat(String, boolean) -
Static method in class com.openexchange.mail.text.HTMLProcessing
- Formats plain text to HTML by escaping HTML special characters e.g.
- htmlFormat(String) -
Static method in class com.openexchange.mail.text.HTMLProcessing
- Formats plain text to HTML by escaping HTML special characters e.g.
- HTMLHandler - Interface in com.openexchange.mail.text.parser
HTMLHandler- HTMLImageFilterHandler - Class in com.openexchange.mail.text.parser.handler
HTMLImageFilterHandler - Removes all possible sources of externally loaded images inside HTML content.- HTMLImageFilterHandler(int) -
Constructor for class com.openexchange.mail.text.parser.handler.HTMLImageFilterHandler
-
- HTMLParser - Class in com.openexchange.mail.text.parser
HTMLParser - Parses a well-formed HTML document based on XmlPullParser.- HTMLProcessing - Class in com.openexchange.mail.text
HTMLProcessing - Various methods for HTML processing.- HTMLProcessingInit - Class in com.openexchange.mail.text
HTMLProcessingInit - Initialization implementation for MessageUtility class
|
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||