|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Quota | |
---|---|
com.sun.mail.imap | An IMAP protocol provider for the JavaMail API that provides access to an IMAP message store. |
javax.mail | The JavaMailTM API provides classes that model a mail system. |
Uses of Quota in com.sun.mail.imap |
---|
Methods in com.sun.mail.imap that return Quota | |
---|---|
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. |
Methods in com.sun.mail.imap with parameters of type Quota | |
---|---|
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. |
Uses of Quota in javax.mail |
---|
Methods in javax.mail that return Quota | |
---|---|
Quota[] |
QuotaAwareStore.getQuota(String folder)
Get the quotas for the named folder. |
Methods in javax.mail with parameters of type Quota | |
---|---|
void |
QuotaAwareStore.setQuota(Quota quota)
Set the quotas for the quota root specified in the quota argument. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |