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

Method start

src/async/imap/MCIMAPOperation.cpp:107–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void IMAPOperation::start()
108{
109 if (session() == NULL) {
110 IMAPAsyncConnection * connection = mMainSession->sessionForFolder(mFolder, mUrgent);
111 setSession(connection);
112 }
113 session()->runOperation(this);
114}
115
116struct progressContext {
117 unsigned int current;

Callers 1

Calls 2

sessionForFolderMethod · 0.80
runOperationMethod · 0.45

Tested by

no test coverage detected