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

Method recursiveSetupPartIDWithSinglePart

src/core/rfc822/MCMessageParser.cpp:261–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259}
260
261void MessageParser::recursiveSetupPartIDWithSinglePart(mailcore::Attachment * part,
262 mailcore::String * partIDPrefix)
263{
264 part->setPartID(partIDPrefix);
265}
266
267void MessageParser::recursiveSetupPartIDWithMessagePart(mailcore::MessagePart * part,
268 mailcore::String * partIDPrefix)

Callers

nothing calls this directly

Calls 1

setPartIDMethod · 0.45

Tested by

no test coverage detected