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

Method identityOperation

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

Returns an operation to send to the server the identity of the client and to get the identity of the server.

(IMAPIdentity identity)

Source from the content-addressed store, hash-verified

258 /** Returns an operation to send to the server the identity of the client and to get the identity of
259 the server. */
260 public native IMAPIdentityOperation identityOperation(IMAPIdentity identity);
261
262 /** Returns an operation to connect to the server. */
263 public native IMAPOperation connectOperation();

Calls

no outgoing calls

Tested by

no test coverage detected