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

Method idleOperation

src/async/imap/MCIMAPAsyncSession.cpp:739–747  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

737}
738
739IMAPIdleOperation * IMAPAsyncSession::idleOperation(String * folder, uint32_t lastKnownUID)
740{
741 IMAPIdleOperation * op = new IMAPIdleOperation();
742 op->setMainSession(this);
743 op->setFolder(folder);
744 op->setLastKnownUID(lastKnownUID);
745 op->autorelease();
746 return op;
747}
748
749IMAPFetchNamespaceOperation * IMAPAsyncSession::fetchNamespaceOperation()
750{

Callers

nothing calls this directly

Calls 4

setMainSessionMethod · 0.80
setFolderMethod · 0.80
setLastKnownUIDMethod · 0.80
autoreleaseMethod · 0.45

Tested by

no test coverage detected