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

Method removeAllInfos

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

Clear infos.

()

Source from the content-addressed store, hash-verified

26
27 /** Clear infos. */
28 public native void removeAllInfos();
29
30 /** Returns all infos names. */
31 public native List<String> allInfoKeys();

Calls

no outgoing calls

Tested by

no test coverage detected