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

Method main

src/async/imap/MCIMAPFetchNamespaceOperation.cpp:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void IMAPFetchNamespaceOperation::main()
27{
28 ErrorCode error;
29 mNamespaces = session()->session()->fetchNamespace(&error);
30 setError(error);
31 MC_SAFE_RETAIN(mNamespaces);
32}
33
34HashMap * IMAPFetchNamespaceOperation::namespaces()
35{

Callers

nothing calls this directly

Calls 2

fetchNamespaceMethod · 0.80
sessionMethod · 0.45

Tested by

no test coverage detected