MCPcopy Create free account
hub / github.com/MailCore/mailcore2 / setFilename

Method setFilename

src/async/imap/MCIMAPFetchContentToFileOperation.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void IMAPFetchContentToFileOperation::setFilename(String * filename)
49{
50 MC_SAFE_REPLACE_COPY(String, mFilename, filename);
51}
52
53void IMAPFetchContentToFileOperation::setLoadingByChunksEnabled(bool loadingByChunksEnabled)
54{

Calls

no outgoing calls

Tested by

no test coverage detected