Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ main
Method
main
src/async/imap/MCIMAPCreateFolderOperation.cpp:24–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
void IMAPCreateFolderOperation::main()
25
{
26
ErrorCode error;
27
session()->session()->createFolder(folder(), &error);
28
setError(error);
29
}
Callers
nothing calls this directly
Calls
2
createFolder
Method · 0.80
session
Method · 0.45
Tested by
no test coverage detected