Package | Description |
---|---|
com.sun.mail.imap |
An IMAP protocol provider for the JavaMail API
that provides access to an IMAP message store.
|
com.sun.mail.imap.protocol | |
javax.mail |
The JavaMailTM 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[] |
IMAPProtocol.getQuota(String root)
GETQUOTA Command.
|
Quota[] |
IMAPProtocol.getQuotaRoot(String mbox)
GETQUOTAROOT Command.
|
Modifier and Type | Method and Description |
---|---|
void |
IMAPProtocol.setQuota(Quota quota)
SETQUOTA Command.
|
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 © 2017 JBoss by Red Hat. All rights reserved.