Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
151
void IMAPMessage::setMainPart(AbstractPart * mainPart)
152
{
153
MC_SAFE_REPLACE_RETAIN(AbstractPart, mMainPart, mainPart);
154
}
155
156
AbstractPart * IMAPMessage::mainPart()
157
{
Callers
3
msg_att_handler
Function · 0.45
attachmentWithIMAPBody1PartMessage
Method · 0.45
attachmentWithMessageMIME
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected