Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
void 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
renameFolder
Method · 0.80
session
Method · 0.45
Tested by
no test coverage detected