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

Method idleOperation

src/java/com/libmailcore/IMAPSession.java:253–253  ·  view source on GitHub ↗

Returns an IDLE operation (wait for a new message).

(String folder, long lastKnownUID)

Source from the content-addressed store, hash-verified

251
252 /** Returns an IDLE operation (wait for a new message). */
253 public native IMAPIdleOperation idleOperation(String folder, long lastKnownUID);
254
255 /** Returns an operation to fetch the namespace. */
256 public native IMAPFetchNamespaceOperation fetchNamespaceOperation();

Calls

no outgoing calls

Tested by

no test coverage detected