Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ setCustomFlags
Method
setCustomFlags
src/core/imap/MCIMAPMessage.cpp:131–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
}
130
131
void IMAPMessage::setCustomFlags(Array * customFlags)
132
{
133
MC_SAFE_REPLACE_COPY(Array, mCustomFlags, customFlags);
134
}
135
136
Array * IMAPMessage::customFlags()
137
{
Callers
1
msg_att_handler
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected