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

Method finalize

app/src/main/java/com/sun/mail/pop3/Protocol.java:200–208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

198 }
199
200 @Override
201 protected void finalize() throws Throwable {
202 try {
203 if (socket != null) // Forgot to logout ?!
204 quit();
205 } finally {
206 super.finalize();
207 }
208 }
209
210 /**
211 * Parse the capabilities from a CAPA response.

Callers

nothing calls this directly

Calls 1

quitMethod · 0.95

Tested by

no test coverage detected