MCPcopy Create free account
hub / github.com/MailCore/mailcore2 / IMAPSession

Method IMAPSession

src/java/com/libmailcore/IMAPSession.java:8–11  ·  view source on GitHub ↗

Constructor for the IMAPSession.

()

Source from the content-addressed store, hash-verified

6public class IMAPSession extends NativeObject {
7 /** Constructor for the IMAPSession. */
8 public IMAPSession()
9 {
10 setupNative();
11 }
12
13 protected void finalize() throws Throwable
14 {

Callers

nothing calls this directly

Calls 1

setupNativeMethod · 0.95

Tested by

no test coverage detected