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

Method IMAPSearchOperation

src/async/imap/MCIMAPSearchOperation.cpp:17–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15using namespace mailcore;
16
17IMAPSearchOperation::IMAPSearchOperation()
18{
19 mKind = IMAPSearchKindNone;
20 mSearchString = NULL;
21 mExpression = NULL;
22 mUids = NULL;
23}
24
25IMAPSearchOperation::~IMAPSearchOperation()
26{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected