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

Method storeFlagsByNumber

src/core/imap/MCIMAPSession.cpp:3988–3991  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3986}
3987
3988void IMAPSession::storeFlagsByNumber(String * folder, IndexSet * numbers, IMAPStoreFlagsRequestKind kind, MessageFlag flags, ErrorCode * pError)
3989{
3990 this->storeFlagsAndCustomFlagsByNumber(folder, numbers, kind, flags, NULL, pError);
3991}
3992
3993void IMAPSession::storeFlagsAndCustomFlagsByNumber(String * folder, IndexSet * numbers, IMAPStoreFlagsRequestKind kind, MessageFlag flags, Array * customFlags, ErrorCode * pError)
3994{

Callers

nothing calls this directly

Tested by

no test coverage detected