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

Method setMessageFilepath

src/async/imap/MCIMAPAppendMessageOperation.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void IMAPAppendMessageOperation::setMessageFilepath(String * path)
44{
45 MC_SAFE_REPLACE_RETAIN(String, mMessageFilepath, path);
46}
47
48String * IMAPAppendMessageOperation::messageFilepath()
49{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected