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

Method IMAPStoreFlagsOperation

src/async/imap/MCIMAPStoreFlagsOperation.cpp:16–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected