mbaechler commented on a change in pull request #256:
URL: https://github.com/apache/james-project/pull/256#discussion_r512617244
##########
File path: pom.xml
##########
@@ -1860,6 +1860,11 @@
<artifactId>james-server-webadmin-jmap</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>${james.groupId}</groupId>
+ <artifactId>james-server-webadmin-mail-over-web</artifactId>
Review comment:
From a user perspective, mailqueue is a technical detail, what matters
to them/me is sending an email to some people.
So having a component that allow to send emails to people looks good.
Cons:
* more module
Pros:
* easier to understand / find / document
* well separated features
* easier to audit dependencies
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]