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

Method isNO

app/src/main/java/com/sun/mail/iap/Response.java:542–544  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

540 }
541
542 public boolean isNO() {
543 return ((type & TYPE_MASK) == NO);
544 }
545
546 public boolean isBAD() {
547 return ((type & TYPE_MASK) == BAD);

Callers 12

authenticateMethod · 0.95
fetchBodyStructureMethod · 0.95
fetchSectionBodyMethod · 0.95
fetchRFC822Method · 0.95
fetchUIDMethod · 0.95
fetchMODSEQMethod · 0.95
doCommandMethod · 0.80
handleResponseMethod · 0.80
handleResponseMethod · 0.80
initMethod · 0.80
MailboxInfoMethod · 0.80
handleResultMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected