Uses of Class
jakarta.mail.Quota
-
Packages that use Quota Package Description jakarta.mail The Jakarta Mail API provides classes that model a mail system.org.eclipse.angus.mail.imap An IMAP protocol provider for the Jakarta Mail API that provides access to an IMAP message store.org.eclipse.angus.mail.imap.protocol This package includes internal IMAP support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS. -
-
Uses of Quota in jakarta.mail
Methods in jakarta.mail that return Quota Modifier and Type Method Description Quota[]QuotaAwareStore. getQuota(java.lang.String folder)Get the quotas for the named folder.Methods in jakarta.mail with parameters of type Quota Modifier and Type Method Description voidQuotaAwareStore. setQuota(Quota quota)Set the quotas for the quota root specified in the quota argument. -
Uses of Quota in org.eclipse.angus.mail.imap
Methods in org.eclipse.angus.mail.imap that return Quota Modifier and Type Method Description Quota[]IMAPFolder. getQuota()Get the quotas for the quotaroot associated with this folder.Quota[]IMAPStore. getQuota(java.lang.String root)Get the quotas for the named quota root.Methods in org.eclipse.angus.mail.imap with parameters of type Quota Modifier and Type Method Description voidIMAPFolder. setQuota(Quota quota)Set the quotas for the quotaroot specified in the quota argument.voidIMAPStore. setQuota(Quota quota)Set the quotas for the quota root specified in the quota argument. -
Uses of Quota in org.eclipse.angus.mail.imap.protocol
Methods in org.eclipse.angus.mail.imap.protocol that return Quota Modifier and Type Method Description Quota[]IMAPProtocol. getQuota(java.lang.String root)GETQUOTA Command.Quota[]IMAPProtocol. getQuotaRoot(java.lang.String mbox)GETQUOTAROOT Command.Methods in org.eclipse.angus.mail.imap.protocol with parameters of type Quota Modifier and Type Method Description voidIMAPProtocol. setQuota(Quota quota)SETQUOTA Command.
-