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

Method IMAPFolder

src/java/com/libmailcore/IMAPFolder.java:5–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3/** IMAP folder. */
4public class IMAPFolder extends NativeObject {
5 public IMAPFolder()
6 {
7 setupNative();
8 }
9
10 /** Sets the path of the folder. */
11 public native void setPath(String path);

Callers

nothing calls this directly

Calls 1

setupNativeMethod · 0.95

Tested by

no test coverage detected