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

Method Address

src/java/com/libmailcore/Address.java:41–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 public native static String nonEncodedRFC822StringForAddresses(List<Address> addresses);
40
41 public Address()
42 {
43 setupNative();
44 }
45
46 /** Returns the display name. */
47 public native String displayName();

Callers

nothing calls this directly

Calls 1

setupNativeMethod · 0.95

Tested by

no test coverage detected