public interface QuotaManager
MailboxSession which are bound to a user.| Modifier and Type | Method and Description |
|---|---|
Quota |
getMessageQuota(MailboxSession session)
Return the message count
Quota for the given MailboxSession (which in fact is
bound to a user) |
Quota |
getStorageQuota(MailboxSession session)
Return the message storage
Quota for the given MailboxSession (which in fact is
bound to a user) |
Quota getMessageQuota(MailboxSession session) throws MailboxException
Quota for the given MailboxSession (which in fact is
bound to a user)session - MailboxExceptionQuota getStorageQuota(MailboxSession session) throws MailboxException
Quota for the given MailboxSession (which in fact is
bound to a user)session - MailboxExceptionCopyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.