MCPcopy 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
24void IMAPCreateFolderOperation::main()
25{
26 ErrorCode error;
27 session()->session()->createFolder(folder(), &error);
28 setError(error);
29}

Callers

nothing calls this directly

Calls 2

createFolderMethod · 0.80
sessionMethod · 0.45

Tested by

no test coverage detected