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

Method main

src/async/imap/MCIMAPCopyMessagesOperation.cpp:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void IMAPCopyMessagesOperation::main()
56{
57 ErrorCode error;
58 session()->session()->copyMessages(folder(), mUids, mDestFolder, &mUidMapping, &error);
59 MC_SAFE_RETAIN(mUidMapping);
60 setError(error);
61}

Callers

nothing calls this directly

Calls 2

copyMessagesMethod · 0.80
sessionMethod · 0.45

Tested by

no test coverage detected