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

Method searchOperation

src/async/imap/MCIMAPAsyncSession.cpp:718–727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

716}
717
718IMAPSearchOperation * IMAPAsyncSession::searchOperation(String * folder, IMAPSearchKind kind, String * searchString)
719{
720 IMAPSearchOperation * op = new IMAPSearchOperation();
721 op->setMainSession(this);
722 op->setFolder(folder);
723 op->setSearchKind(kind);
724 op->setSearchString(searchString);
725 op->autorelease();
726 return op;
727}
728
729IMAPSearchOperation * IMAPAsyncSession::searchOperation(String * folder, IMAPSearchExpression * expression)
730{

Callers

nothing calls this directly

Calls 6

setMainSessionMethod · 0.80
setFolderMethod · 0.80
setSearchKindMethod · 0.80
setSearchStringMethod · 0.80
setSearchExpressionMethod · 0.80
autoreleaseMethod · 0.45

Tested by

no test coverage detected