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

Method storeFlagsByUID

src/core/imap/MCIMAPSession.cpp:3827–3830  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3825}
3826
3827void IMAPSession::storeFlagsByUID(String * folder, IndexSet * uids, IMAPStoreFlagsRequestKind kind, MessageFlag flags, ErrorCode * pError)
3828{
3829 this->storeFlagsAndCustomFlagsByUID(folder, uids, kind, flags, NULL, pError);
3830}
3831
3832void IMAPSession::storeFlagsAndCustomFlagsByUID(String * folder, IndexSet * uids, IMAPStoreFlagsRequestKind kind, MessageFlag flags, Array * customFlags, ErrorCode * pError)
3833{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected