[JBoss JIRA] Closed: (JBMAIL-194) Create an admin tool which can
by Andrew Oliver (JIRA)
[ http://jira.jboss.com/jira/browse/JBMAIL-194?page=all ]
Andrew Oliver closed JBMAIL-194.
--------------------------------
Fix Version/s: (was: 1.0-RC1)
Resolution: Won't Fix
Assignee: (was: Andrew Oliver)
> Create an admin tool which can
> ------------------------------
>
> Key: JBMAIL-194
> URL: http://jira.jboss.com/jira/browse/JBMAIL-194
> Project: JBoss Mail ** Closed - moved to http://buni.org **
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: Administration
> Affects Versions: 1.0-RC1
> Reporter: Andrew Oliver
>
> * restart SMTP/POP/IMAP services.
> * start/stop/restart server.
> * Deploying another SMTP/POP or IMAP instance on a given port.
> * Deploying another thread pool.
> * Changing the backing thread pool for a service.
> * resize thread pool.
> * change port.
> * add users.
> * remove users.
> * add to local domain group.
> * remove from local domain group.
> * provision mailbox.
> * set default mailbox quota.
> * adjust a mailbox's quota.
> * delete mailbox.
> * add aliases
> * remove aliases
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 7 months
[JBoss JIRA] Closed: (JBMAIL-188) M6: Support for Flags and "Junk" designation/folder
by Andrew Oliver (JIRA)
[ http://jira.jboss.com/jira/browse/JBMAIL-188?page=all ]
Andrew Oliver closed JBMAIL-188.
--------------------------------
Fix Version/s: (was: 1.0-RC1)
Resolution: Won't Fix
Assignee: (was: James Ward)
> M6: Support for Flags and "Junk" designation/folder
> ---------------------------------------------------
>
> Key: JBMAIL-188
> URL: http://jira.jboss.com/jira/browse/JBMAIL-188
> Project: JBoss Mail ** Closed - moved to http://buni.org **
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: WebMail
> Affects Versions: 1.0-RC1
> Reporter: Andrew Oliver
>
> This will require also some stuff on UserAPI and friends (back end) but I'm asigning to James cause it will be more on the front than back.
> Support should include:
> Display of flag (like in TBird grid)
> Filtering/sorting by flag (see Tbird: "Not Junk" filter at the top)
> Bulk operation:
> move junk to trash or Junk folder (at user option)
> Should include:
> flagged
> seen (sorta there already)
> recent
> Junk
> NotJunk
> Eventually we'll let users define own flags but not for M6.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 7 months
[JBoss JIRA] Closed: (JBMAIL-191) jboss-service.xml editor
by Andrew Oliver (JIRA)
[ http://jira.jboss.com/jira/browse/JBMAIL-191?page=all ]
Andrew Oliver closed JBMAIL-191.
--------------------------------
Fix Version/s: (was: 1.0-RC1)
Resolution: Won't Fix
Assignee: (was: Andrew Oliver)
> jboss-service.xml editor
> ------------------------
>
> Key: JBMAIL-191
> URL: http://jira.jboss.com/jira/browse/JBMAIL-191
> Project: JBoss Mail ** Closed - moved to http://buni.org **
> Issue Type: Sub-task
> Components: Administration
> Affects Versions: 1.0-RC1
> Reporter: Andrew Oliver
> Original Estimate: 2 days
> Remaining Estimate: 2 days
>
> The jboss-service.xml editor needs to be able to edit a jboss-service.xml:
> * Add attributes (to MBeans)
> * Remove Attributes (From MBeans)
> * Change Attribute values
> * Add MBeans
> * Remove MBeans
> * Add dependency declarations including ones with optional-attribute-name
> * Remove dependency declarations
> * JBMS uses named lists (Element type attributes) inside of attributes:
> <domains>
> <domain>foo</domain>
> </domain>
> * JBMS uses named maps (Element type attributes) inside of attributes:
> <users>
> <user><id>foo</id><pass>bar</pass></user>
> </users>
> ** Add to named lists/maps
> ** Remove from named lists/maps
> ** change values of named maps (list version is a remove/add)
> This should be done while:
> * preserving comments and whitespace wherever possible.
> * being liberal and unfickle.
> * noting what changed so that deltas can be applied via other services.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 7 months
[JBoss JIRA] Closed: (JBMAIL-179) Unwanted UserTransaction and JNDI dependency in POP3Protocol
by Andrew Oliver (JIRA)
[ http://jira.jboss.com/jira/browse/JBMAIL-179?page=all ]
Andrew Oliver closed JBMAIL-179.
--------------------------------
Resolution: Won't Fix
Assignee: (was: Andrew Oliver)
> Unwanted UserTransaction and JNDI dependency in POP3Protocol
> ------------------------------------------------------------
>
> Key: JBMAIL-179
> URL: http://jira.jboss.com/jira/browse/JBMAIL-179
> Project: JBoss Mail ** Closed - moved to http://buni.org **
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: POP
> Affects Versions: 1.0-M4
> Reporter: sriram
> Attachments: POP3Protocol.java, POP3ProtocolInstance.java
>
> Original Estimate: 10 minutes
> Remaining Estimate: 10 minutes
>
> POP3Protocol looks up UserTransaction from JNDI. This usertransaction is being used only to transact the getMailBoxByAlias method call in POP3ProtocolInstance. I think this is not needed as methods in MailboxServiceImpl are anyway transacted. Will be very useful to me if this unwanted dependency on JNDI and UserTransaction is removed from POP3Protocol.java
> Have to comment a few lines in POP3Protocol and POP3ProtocolInstance.
> Will have no impact on anything else. Just removing some unwanted code.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 7 months