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

Method loginOperation

src/java/com/libmailcore/SMTPSession.java:111–111  ·  view source on GitHub ↗

Returns an operation to authenticate.

()

Source from the content-addressed store, hash-verified

109
110 /** Returns an operation to authenticate. */
111 public native SMTPOperation loginOperation();
112 /** Returns an operation to send a message. The recipient is detected in the data of the message. */
113 public native SMTPOperation sendMessageOperation(byte[] messageData);
114 /** Returns an operation to send a message. */

Calls

no outgoing calls

Tested by

no test coverage detected