MCPcopy Create free account
hub / github.com/MailCore/mailcore2 / htmlRendering

Method htmlRendering

src/java/com/libmailcore/IMAPMessage.java:96–98  ·  view source on GitHub ↗

Returns the HTML rendering of the message. @param folder is the folder containing the message. @param dataCallback callbacks for the IMAP data. @param htmlCallback callbacks for the HTML template.

(String folder,
                                   HTMLRendererIMAPCallback dataCallback,
                                   HTMLRendererTemplateCallback htmlCallback)

Source from the content-addressed store, hash-verified

94 @param htmlCallback callbacks for the HTML template.
95 */
96 public native String htmlRendering(String folder,
97 HTMLRendererIMAPCallback dataCallback,
98 HTMLRendererTemplateCallback htmlCallback);
99
100 /**
101 Returns the HTML rendering of the message.

Calls

no outgoing calls

Tested by

no test coverage detected