Returns an operation to disconnect.
()
| 105 | public native POPOperation deleteMessagesOperation(IndexSet indexes); |
| 106 | /** Returns an operation to disconnect. */ |
| 107 | public native POPOperation disconnectOperation(); |
| 108 | /** Returns an operation to check credentials. */ |
| 109 | public native POPOperation checkAccountOperation(); |
| 110 | /** Returns a POP NOOP operation. */ |
no outgoing calls
no test coverage detected