Returns an operation to connect to the server.
()
| 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. */ |
no outgoing calls
no test coverage detected