Returns an operation to fetch the quota information.
()
| 270 | public native IMAPCapabilityOperation capabilityOperation(); |
| 271 | /** Returns an operation to fetch the quota information. */ |
| 272 | public native IMAPQuotaOperation quotaOperation(); |
| 273 | |
| 274 | /** Returns an IMAP NOOP operation. */ |
| 275 | public native IMAPOperation noopOperation(); |
no outgoing calls
no test coverage detected