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

Method main

src/async/imap/MCIMAPRenameFolderOperation.cpp:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void IMAPRenameFolderOperation::main()
37{
38 ErrorCode error;
39 session()->session()->renameFolder(folder(), mOtherName, &error);
40 setError(error);
41}
42

Callers

nothing calls this directly

Calls 2

renameFolderMethod · 0.80
sessionMethod · 0.45

Tested by

no test coverage detected