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

Method noop

app/src/main/java/com/sun/mail/pop3/Protocol.java:1094–1097  ·  view source on GitHub ↗

Do a NOOP.

()

Source from the content-addressed store, hash-verified

1092 * Do a NOOP.
1093 */
1094 synchronized boolean noop() throws IOException {
1095 Response r = simpleCommand("NOOP");
1096 return r.ok;
1097 }
1098
1099 /**
1100 * Do an RSET.

Callers 2

isConnectedMethod · 0.45
isOpenMethod · 0.45

Calls 1

simpleCommandMethod · 0.95

Tested by

no test coverage detected