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

Method storeLabelsByNumberOperation

src/async/imap/MCIMAPAsyncSession.cpp:706–716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

704}
705
706IMAPOperation * IMAPAsyncSession::storeLabelsByNumberOperation(String * folder, IndexSet * numbers, IMAPStoreFlagsRequestKind kind, Array * labels)
707{
708 IMAPStoreLabelsOperation * op = new IMAPStoreLabelsOperation();
709 op->setMainSession(this);
710 op->setFolder(folder);
711 op->setNumbers(numbers);
712 op->setKind(kind);
713 op->setLabels(labels);
714 op->autorelease();
715 return op;
716}
717
718IMAPSearchOperation * IMAPAsyncSession::searchOperation(String * folder, IMAPSearchKind kind, String * searchString)
719{

Callers

nothing calls this directly

Calls 6

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

Tested by

no test coverage detected