Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ isInlineAttachment
Method
isInlineAttachment
src/core/abstract/MCAbstractPart.cpp:182–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
}
181
182
bool AbstractPart::isInlineAttachment()
183
{
184
return mInlineAttachment;
185
}
186
187
void AbstractPart::setInlineAttachment(bool inlineAttachment)
188
{
Callers
2
isTextPart
Function · 0.45
mime_from_attachment
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected