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

Method appendMessageWithCustomFlags

src/core/imap/MCIMAPSession.cpp:1729–1733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1727}
1728
1729void IMAPSession::appendMessageWithCustomFlags(String * folder, Data * messageData, MessageFlag flags, Array * customFlags,
1730 IMAPProgressCallback * progressCallback, uint32_t * createdUID, ErrorCode * pError)
1731{
1732 this->appendMessageWithCustomFlagsAndDate(folder, messageData, flags, NULL, (time_t) -1, progressCallback, createdUID, pError);
1733}
1734
1735void IMAPSession::appendMessageWithCustomFlagsAndDate(String * folder, Data * messageData, MessageFlag flags, Array * customFlags, time_t date,
1736 IMAPProgressCallback * progressCallback, uint32_t * createdUID, ErrorCode * pError)

Callers 1

appendMessageMethod · 0.95

Tested by

no test coverage detected