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

Function hasError

src/core/imap/MCIMAPSession.cpp:551–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

549}
550
551static bool hasError(int errorCode)
552{
553 return ((errorCode != MAILIMAP_NO_ERROR) && (errorCode != MAILIMAP_NO_ERROR_AUTHENTICATED) &&
554 (errorCode != MAILIMAP_NO_ERROR_NON_AUTHENTICATED));
555}
556
557bool IMAPSession::checkCertificate()
558{

Callers 15

connectMethod · 0.85
loginMethod · 0.85
customCommandMethod · 0.85
selectMethod · 0.85
folderStatusMethod · 0.85
resultsWithErrorFunction · 0.85
renameFolderMethod · 0.85
deleteFolderMethod · 0.85
createFolderMethod · 0.85
subscribeFolderMethod · 0.85
unsubscribeFolderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected