MCPcopy Create free account
hub / github.com/MailCore/mailcore2 / quotaOperation

Method quotaOperation

src/java/com/libmailcore/IMAPSession.java:272–272  ·  view source on GitHub ↗

Returns an operation to fetch the quota information.

()

Source from the content-addressed store, hash-verified

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();

Calls

no outgoing calls

Tested by

no test coverage detected