Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/M66B/FairEmail
/ isBAD
Method
isBAD
app/src/main/java/com/sun/mail/iap/Response.java:546–548 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
544
}
545
546
public
boolean isBAD() {
547
return
((type & TYPE_MASK) == BAD);
548
}
549
550
public
boolean isBYE() {
551
return
((type & TYPE_MASK) == BYE);
Callers
6
authenticate
Method · 0.95
doCommand
Method · 0.80
handleResponse
Method · 0.80
handleResponse
Method · 0.80
init
Method · 0.80
handleResult
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected