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

Method storeLabelsByUID

src/core/imap/MCIMAPSession.cpp:3998–4001  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3996}
3997
3998void IMAPSession::storeLabelsByUID(String * folder, IndexSet * uids, IMAPStoreFlagsRequestKind kind, Array * labels, ErrorCode * pError)
3999{
4000 storeLabels(folder, true, uids, kind, labels, pError);
4001}
4002
4003void IMAPSession::storeLabelsByNumber(String * folder, IndexSet * numbers, IMAPStoreFlagsRequestKind kind, Array * labels, ErrorCode * pError)
4004{

Callers 1

mainMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected