Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ setCheckCertificateEnabled
Method
setCheckCertificateEnabled
src/async/imap/MCIMAPAsyncSession.cpp:181–184 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
179
}
180
181
void IMAPAsyncSession::setCheckCertificateEnabled(bool enabled)
182
{
183
mCheckCertificateEnabled = enabled;
184
}
185
186
bool IMAPAsyncSession::isCheckCertificateEnabled()
187
{
Callers
1
session
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected