Package | Description |
---|---|
com.sun.mail.imap |
An IMAP protocol provider for the JavaMail API
that provides access to an IMAP message store.
|
javax.mail |
The JavaMail™ API
provides classes that model a mail system.
|
Modifier and Type | Method and Description |
---|---|
Quota[] |
IMAPFolder.getQuota()
Get the quotas for the quotaroot associated with this
folder.
|
Quota[] |
IMAPStore.getQuota(String root)
Get the quotas for the named quota root.
|
Modifier and Type | Method and Description |
---|---|
void |
IMAPStore.setQuota(Quota quota)
Set the quotas for the quota root specified in the quota argument.
|
void |
IMAPFolder.setQuota(Quota quota)
Set the quotas for the quotaroot specified in the quota argument.
|
Modifier and Type | Method and Description |
---|---|
Quota[] |
QuotaAwareStore.getQuota(String folder)
Get the quotas for the named folder.
|
Modifier and Type | Method and Description |
---|---|
void |
QuotaAwareStore.setQuota(Quota quota)
Set the quotas for the quota root specified in the quota argument.
|
Copyright © 1996-2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.