MCPcopy Create free account
hub / github.com/M66B/FairEmail / handleResponse

Method handleResponse

app/src/main/java/com/sun/mail/imap/IMAPStore.java:394–401  ·  view source on GitHub ↗
(Response r)

Source from the content-addressed store, hash-verified

392 */
393 private ResponseHandler nonStoreResponseHandler = new ResponseHandler() {
394 @Override
395 public void handleResponse(Response r) {
396 // Any of these responses may have a response code.
397 if (r.isOK() || r.isNO() || r.isBAD() || r.isBYE())
398 handleResponseCode(r);
399 if (r.isBYE())
400 logger.fine("IMAPStore non-store connection dead");
401 }
402 };
403
404 /**

Callers

nothing calls this directly

Calls 7

handleResponseCodeMethod · 0.95
isOKMethod · 0.80
isNOMethod · 0.80
isBADMethod · 0.80
isBYEMethod · 0.80
fineMethod · 0.80
isSyntheticMethod · 0.45

Tested by

no test coverage detected