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

Method htmlInlineAttachmentsForMessage

src/core/renderer/MCHTMLRenderer.cpp:603–612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

601}
602
603Array * HTMLRenderer::htmlInlineAttachmentsForMessage(AbstractMessage * message)
604{
605 Array * htmlInlineAttachments = Array::array();
606 HTMLRendererIMAPDummyCallback * dataCallback = new HTMLRendererIMAPDummyCallback();
607 String * ignoredResult = htmlForAbstractMessage(NULL, message, dataCallback, dataCallback, NULL, NULL, htmlInlineAttachments);
608 delete dataCallback;
609 dataCallback = NULL;
610 (void) ignoredResult; // remove unused variable warning.
611 return htmlInlineAttachments;
612}
613
614Array * HTMLRenderer::requiredPartsForRendering(AbstractMessage * message)
615{

Callers

nothing calls this directly

Calls 1

htmlForAbstractMessageFunction · 0.85

Tested by

no test coverage detected