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

Method isDisconnected

src/core/imap/MCIMAPSession.cpp:4329–4332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4327}
4328
4329bool IMAPSession::isDisconnected()
4330{
4331 return mState == STATE_DISCONNECTED;
4332}
4333
4334void IMAPSession::setConnectionLogger(ConnectionLogger * logger)
4335{

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected