Returns an IDLE operation (wait for a new message).
(String folder, long lastKnownUID)
| 251 | |
| 252 | /** Returns an IDLE operation (wait for a new message). */ |
| 253 | public native IMAPIdleOperation idleOperation(String folder, long lastKnownUID); |
| 254 | |
| 255 | /** Returns an operation to fetch the namespace. */ |
| 256 | public native IMAPFetchNamespaceOperation fetchNamespaceOperation(); |
no outgoing calls
no test coverage detected