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

Method storeLabelsByNumber

src/core/imap/MCIMAPSession.cpp:4003–4006  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4001}
4002
4003void IMAPSession::storeLabelsByNumber(String * folder, IndexSet * numbers, IMAPStoreFlagsRequestKind kind, Array * labels, ErrorCode * pError)
4004{
4005 storeLabels(folder, false, numbers, kind, labels, pError);
4006}
4007
4008void IMAPSession::storeLabels(String * folder, bool identifier_is_uid, IndexSet * identifiers, IMAPStoreFlagsRequestKind kind, Array * labels, ErrorCode * pError)
4009{

Callers 1

mainMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected