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

Method setInfoForKey

src/java/com/libmailcore/IMAPIdentity.java:35–35  ·  view source on GitHub ↗

Sets a value of an info.

(String key, String value)

Source from the content-addressed store, hash-verified

33 public native String infoForKey(String key);
34 /** Sets a value of an info. */
35 public native void setInfoForKey(String key, String value);
36
37 private native void setupNative();
38}

Calls

no outgoing calls

Tested by

no test coverage detected