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

Method unsetupIdle

src/core/imap/MCIMAPSession.cpp:3654–3662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3652}
3653
3654void IMAPSession::unsetupIdle()
3655{
3656 // main thread
3657 LOCK();
3658 if (mIdleEnabled) {
3659 mailstream_unsetup_idle(mImap->imap_stream);
3660 }
3661 UNLOCK();
3662}
3663
3664void IMAPSession::disconnect()
3665{

Callers 1

unprepareMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected