Returns an operation to send to the server the identity of the client and to get the identity of the server.
(IMAPIdentity identity)
| 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(); |
no outgoing calls
no test coverage detected