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

Method dataForIMAPPart

src/core/renderer/MCHTMLRendererIMAPDataCallback.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20Data * HTMLRendererIMAPDataCallback::dataForIMAPPart(String * folder, IMAPPart * part)
21{
22 return mSession->fetchMessageAttachmentByUID(folder, mUid, part->partID(), part->encoding(), NULL, &mError);
23}
24
25ErrorCode HTMLRendererIMAPDataCallback::error()
26{

Callers

nothing calls this directly

Calls 3

partIDMethod · 0.45
encodingMethod · 0.45

Tested by

no test coverage detected