Uses of Class
javax.mail.Quota

Packages that use Quota
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. 
 

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(java.lang.String root)
          Get the quotas for the named quota root.
 

Methods in com.sun.mail.imap with parameters of type Quota
 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
 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
 void IMAPProtocol.setQuota(Quota quota)
          SETQUOTA Command.
 

Uses of Quota in javax.mail
 

Methods in javax.mail that return Quota
 Quota[] QuotaAwareStore.getQuota(java.lang.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.
 



Copyright © 2010 Sun Microsystems, Inc.. All Rights Reserved.