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

Method setMainPart

src/core/imap/MCIMAPMessage.cpp:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void IMAPMessage::setMainPart(AbstractPart * mainPart)
152{
153 MC_SAFE_REPLACE_RETAIN(AbstractPart, mMainPart, mainPart);
154}
155
156AbstractPart * IMAPMessage::mainPart()
157{

Callers 3

msg_att_handlerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected