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

Method storeLabelsByUIDOperation

src/async/imap/MCIMAPAsyncSession.cpp:694–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

692}
693
694IMAPOperation * IMAPAsyncSession::storeLabelsByUIDOperation(String * folder, IndexSet * uids, IMAPStoreFlagsRequestKind kind, Array * labels)
695{
696 IMAPStoreLabelsOperation * op = new IMAPStoreLabelsOperation();
697 op->setMainSession(this);
698 op->setFolder(folder);
699 op->setUids(uids);
700 op->setKind(kind);
701 op->setLabels(labels);
702 op->autorelease();
703 return op;
704}
705
706IMAPOperation * IMAPAsyncSession::storeLabelsByNumberOperation(String * folder, IndexSet * numbers, IMAPStoreFlagsRequestKind kind, Array * labels)
707{

Callers

nothing calls this directly

Calls 6

setMainSessionMethod · 0.80
setFolderMethod · 0.80
setLabelsMethod · 0.80
setUidsMethod · 0.45
setKindMethod · 0.45
autoreleaseMethod · 0.45

Tested by

no test coverage detected