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

Method connectOperation

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

Returns an operation to connect to the server.

()

Source from the content-addressed store, hash-verified

261
262 /** Returns an operation to connect to the server. */
263 public native IMAPOperation connectOperation();
264 /** Returns an operation to check whether the credentials of the account are correct. */
265 public native IMAPOperation checkAccountOperation();
266 /** Returns an operation to disconnect from the server. */

Calls

no outgoing calls

Tested by

no test coverage detected