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

Method storeFlagsAndCustomFlagsByUID

src/core/imap/MCIMAPSession.cpp:3832–3835  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3830}
3831
3832void IMAPSession::storeFlagsAndCustomFlagsByUID(String * folder, IndexSet * uids, IMAPStoreFlagsRequestKind kind, MessageFlag flags, Array * customFlags, ErrorCode * pError)
3833{
3834 storeFlagsAndCustomFlags(folder, true, uids, kind, flags, customFlags, pError);
3835}
3836
3837void IMAPSession::storeFlagsAndCustomFlags(String * folder, bool identifier_is_uid, IndexSet * identifiers,
3838 IMAPStoreFlagsRequestKind kind, MessageFlag flags, Array * customFlags, ErrorCode * pError)

Callers 2

storeFlagsByUIDMethod · 0.95
mainMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected