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

Method main

src/async/imap/MCIMAPStoreLabelsOperation.cpp:71–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void IMAPStoreLabelsOperation::main()
72{
73 ErrorCode error;
74 if (mUids != NULL) {
75 session()->session()->storeLabelsByUID(folder(), mUids, mKind, mLabels, &error);
76 }
77 else {
78 session()->session()->storeLabelsByNumber(folder(), mUids, mKind, mLabels, &error);
79 }
80 setError(error);
81}
82

Callers

nothing calls this directly

Calls 3

storeLabelsByUIDMethod · 0.80
storeLabelsByNumberMethod · 0.80
sessionMethod · 0.45

Tested by

no test coverage detected