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)
| 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. |
no outgoing calls
no test coverage detected