Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/M66B/FairEmail
/ processGreeting
Method
processGreeting
app/src/main/java/com/sun/mail/iap/Protocol.java:253–256 ·
view source on GitHub ↗
(Response r)
Source
from the content-addressed store, hash-verified
251
}
252
253
protected
void
processGreeting(Response r) throws ProtocolException {
254
if
(r.isBYE())
255
throw
new
ConnectionException(this, r);
256
}
257
258
/**
259
* Return the Protocol's InputStream.
Callers
1
Protocol
Method · 0.95
Calls
1
isBYE
Method · 0.80
Tested by
no test coverage detected