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

Method appendMessage

src/core/imap/MCIMAPSession.cpp:1723–1727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1721}
1722
1723void IMAPSession::appendMessage(String * folder, Data * messageData, MessageFlag flags,
1724 IMAPProgressCallback * progressCallback, uint32_t * createdUID, ErrorCode * pError)
1725{
1726 this->appendMessageWithCustomFlags(folder, messageData, flags, NULL, progressCallback, createdUID, pError);
1727}
1728
1729void IMAPSession::appendMessageWithCustomFlags(String * folder, Data * messageData, MessageFlag flags, Array * customFlags,
1730 IMAPProgressCallback * progressCallback, uint32_t * createdUID, ErrorCode * pError)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected