Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ setFilename
Method
setFilename
src/core/abstract/MCAbstractPart.cpp:127–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
}
126
127
void AbstractPart::setFilename(String * filename)
128
{
129
MC_SAFE_REPLACE_COPY(String, mFilename, filename);
130
}
131
132
String * AbstractPart::mimeType()
133
{
Callers
4
fetchMessageAttachmentToFileByChunksByUID
Method · 0.45
fetchMessageAttachmentToFileByUID
Method · 0.45
attachmentWithData
Method · 0.45
attachmentWithSingleMIME
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected