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

Method IMAPIdentity

src/java/com/libmailcore/IMAPIdentity.java:7–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5/** Identity of an IMAP client or an IMAP server. */
6public class IMAPIdentity extends NativeObject {
7 public IMAPIdentity()
8 {
9 setupNative();
10 }
11
12 /** Sets the vendor. */
13 public native void setVendor(String vendor);

Callers

nothing calls this directly

Calls 1

setupNativeMethod · 0.95

Tested by

no test coverage detected