You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Tellier Benoit (JIRA)" <ji...@apache.org> on 2015/09/21 12:06:04 UTC

[jira] [Commented] (PROTOCOLS-108) Add support for SETQUOTA, GETQUOTA and GETQUOTAROOT

    [ https://issues.apache.org/jira/browse/PROTOCOLS-108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14900467#comment-14900467 ] 

Tellier Benoit commented on PROTOCOLS-108:
------------------------------------------

Seems like Github BOT did not made its job...

Y

> Add support for SETQUOTA, GETQUOTA and GETQUOTAROOT
> ---------------------------------------------------
>
>                 Key: PROTOCOLS-108
>                 URL: https://issues.apache.org/jira/browse/PROTOCOLS-108
>             Project: James Protocols
>          Issue Type: New Feature
>            Reporter: Tellier Benoit
>            Assignee: Eric Charles
>
> These commands are defined in RFC 2087.
> I implemented parsers, encoder, responses, and requests, with tests.
> What I need is to finish processors, and to do that I just need to know how to handles rights. I asked these questions on the mailing lists :
> ```
> For GETQUOTAROOT, I made the choice that the user should have the
> read write on the mailbox.
>   
>     For GETQUOTA, I seems natural that the user should have the read
> permission on one of the mailbox belonging to the quota root. I bond
> quota root to be the user owning the mailbox...
>  How do I get all the mailboxes for a given user ? I gess I can
> achive this threw MailboxManager::search() but I have troubles
> understanding the way MailboxQuery works... I f you have any tips ...
>     We have an application ( OBM ) that uses the SETQUOTA command. We
> nowadays uses Cyrus, that allow an admin account to perform SETQUOTA
> operations. My question is :
>         Is there any ADMIN account in James ? Is their any way to
> achieve the same thing ? Of course SETQUOTA should be possible threw JMX
> ( I already implemented that ), but we realy want to do that in a
> standardized way using the SETQUOTA command.
> ```



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org