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

Method storeFlagsAndCustomFlagsByNumber

src/core/imap/MCIMAPSession.cpp:3993–3996  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3991}
3992
3993void IMAPSession::storeFlagsAndCustomFlagsByNumber(String * folder, IndexSet * numbers, IMAPStoreFlagsRequestKind kind, MessageFlag flags, Array * customFlags, ErrorCode * pError)
3994{
3995 storeFlagsAndCustomFlags(folder, false, numbers, kind, flags, customFlags, pError);
3996}
3997
3998void IMAPSession::storeLabelsByUID(String * folder, IndexSet * uids, IMAPStoreFlagsRequestKind kind, Array * labels, ErrorCode * pError)
3999{

Callers 2

storeFlagsByNumberMethod · 0.95
mainMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected