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