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

Method infoForKey

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

Returns a value for a name of an info.

(String key)

Source from the content-addressed store, hash-verified

31 public native List<String> allInfoKeys();
32 /** Returns a value for a name of an info. */
33 public native String infoForKey(String key);
34 /** Sets a value of an info. */
35 public native void setInfoForKey(String key, String value);
36

Calls

no outgoing calls

Tested by

no test coverage detected