Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ IMAPMessagePart
Method
IMAPMessagePart
src/core/imap/MCIMAPMessagePart.cpp:7–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
using namespace mailcore;
6
7
IMAPMessagePart::IMAPMessagePart()
8
{
9
init();
10
}
11
12
IMAPMessagePart::IMAPMessagePart(IMAPMessagePart * other) : AbstractMessagePart(other)
13
{
Callers
nothing calls this directly
Calls
1
init
Function · 0.85
Tested by
no test coverage detected