Uses of Class
javax.mail.Quota
-
Packages that use Quota Package Description com.sun.mail.imap An IMAP protocol provider for the Jakarta Mail API that provides access to an IMAP message store.com.sun.mail.imap.protocol This package includes internal IMAP support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.javax.mail The Jakarta Mail 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 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 com.sun.mail.imap with parameters of type Quota Modifier and Type Method Description void
IMAPFolder. setQuota(Quota quota)
Set the quotas for the quotaroot specified in the quota argument.void
IMAPStore. setQuota(Quota quota)
Set the quotas for the quota root specified in the quota argument. -
Uses of Quota in com.sun.mail.imap.protocol
Methods in com.sun.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 com.sun.mail.imap.protocol with parameters of type Quota Modifier and Type Method Description void
IMAPProtocol. setQuota(Quota quota)
SETQUOTA Command. -
Uses of Quota in javax.mail
Methods in javax.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 javax.mail with parameters of type Quota Modifier and Type Method Description void
QuotaAwareStore. setQuota(Quota quota)
Set the quotas for the quota root specified in the quota argument.
-