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

Method IMAPStoreLabelsOperation

src/async/imap/MCIMAPStoreLabelsOperation.cpp:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14using namespace mailcore;
15
16IMAPStoreLabelsOperation::IMAPStoreLabelsOperation()
17{
18 mUids = NULL;
19 mNumbers = NULL;
20 mKind = IMAPStoreFlagsRequestKindAdd;
21 mLabels = NULL;
22}
23
24IMAPStoreLabelsOperation::~IMAPStoreLabelsOperation()
25{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected