|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface QuotaAwareStore
An interface implemented by Stores that support quotas. The getQuota and setQuota methods support the quota model defined by the IMAP QUOTA extension. Refer to RFC 2087 for more information.
メソッドの概要 | |
---|---|
Quota[] |
getQuota(String root)
Get the quotas for the named quota root. |
void |
setQuota(Quota quota)
Set the quotas for the quota root specified in the quota argument. |
メソッドの詳細 |
---|
Quota[] getQuota(String root) throws MessagingException
root
- the name of the quota root
MessagingException
- if the server doesn't support the QUOTA extensionvoid setQuota(Quota quota) throws MessagingException
quota
- the quota to set
MessagingException
- if the server doesn't support the QUOTA extension
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |