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

Method connectIfNeeded

src/core/pop/MCPOPSession.cpp:200–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200void POPSession::connectIfNeeded(ErrorCode * pError)
201{
202 if (mState == STATE_DISCONNECTED) {
203 connect(pError);
204 }
205 else {
206 * pError = ErrorNone;
207 }
208}
209
210void POPSession::connect(ErrorCode * pError)
211{

Callers 1

mainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected