This is an automated email from the ASF dual-hosted git repository.

btellier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git.


    from 500cf5f  JAMES-3438 Add domain create command
     new ab885b0  JAMES-3389 add api to webadmin server for receiving mail over 
rest interface
     new 244265f  JAMES-3389 pom.xml-s were not committed
     new fd04346  JAMES-3389 pom.xml-s were not committed
     new e09a02f  JAMES-3389 consume message/rfc822
     new 62a10a0  JAMES-3389 remove json api components from receive mail over 
web module
     new 48fc4a4  JAMES-3389 rename (receive -> transfer)
     new 3f9e537  JAMES-3389 add apache licence headers
     new 01708ca  JAMES-3389 remove duplicate declaration from pom.xml
     new 05528b5  JAMES-3389 check MailQueue contents after using mailtransfer 
api
     new ea09614  JAMES-3400 Add domain delete command
     new 0ae45ed  JAMES-2771 Add some time between launch of docker images in 
provisioning
     new 58efe43  JAMES-2771 Add a restart for Zenko/cloudserver docker image 
with provisioning

The 12 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 JenkinsfileStressTests.groovy                      |  21 +++
 pom.xml                                            |   5 +
 server/container/guice/cassandra-guice/pom.xml     |   4 +
 .../org/apache/james/CassandraJamesServerMain.java |   4 +-
 server/container/guice/pom.xml                     |   6 +
 .../pom.xml                                        |  23 +--
 .../modules/server/WebAdminMailOverWebModule.java} |   6 +-
 .../org/apache/james/cli/domain/DomainCommand.java |   3 +-
 ...CreateCommand.java => DomainDeleteCommand.java} |  12 +-
 .../org/apache/james/httpclient/DomainClient.java  |   3 +
 .../org/apache/james/cli/DomainManageTest.java     |  28 ++++
 server/protocols/webadmin/pom.xml                  |   1 +
 .../webadmin/webadmin-mail-over-web}/pom.xml       |  46 +++---
 .../james/webadmin/routes/TransferEmailRoutes.java |  97 ++++++++++++
 .../james/routes/TransferEmailRoutesTest.java      | 141 +++++++++++++++++
 .../message/rfc822/message-without-from.eml        | 169 ++++++++++++++++++++
 .../message/rfc822/message-without-tos.eml         | 169 ++++++++++++++++++++
 .../src/test/resources/message/rfc822/message.eml  | 170 +++++++++++++++++++++
 18 files changed, 864 insertions(+), 44 deletions(-)
 copy server/container/guice/protocols/{webadmin-jmap => 
webadmin-mail-over-web}/pom.xml (83%)
 copy 
server/container/guice/protocols/{webadmin-swagger/src/main/java/org/apache/james/modules/server/SwaggerRoutesModule.java
 => 
webadmin-mail-over-web/src/main/java/org/apache/james/modules/server/WebAdminMailOverWebModule.java}
 (88%)
 copy 
server/protocols/webadmin-cli/src/main/java/org/apache/james/cli/domain/{DomainCreateCommand.java
 => DomainDeleteCommand.java} (88%)
 copy server/{mailrepository/mailrepository-memory => 
protocols/webadmin/webadmin-mail-over-web}/pom.xml (73%)
 create mode 100644 
server/protocols/webadmin/webadmin-mail-over-web/src/main/java/org/apache/james/webadmin/routes/TransferEmailRoutes.java
 create mode 100644 
server/protocols/webadmin/webadmin-mail-over-web/src/test/java/org/apache/james/routes/TransferEmailRoutesTest.java
 create mode 100644 
server/protocols/webadmin/webadmin-mail-over-web/src/test/resources/message/rfc822/message-without-from.eml
 create mode 100644 
server/protocols/webadmin/webadmin-mail-over-web/src/test/resources/message/rfc822/message-without-tos.eml
 create mode 100644 
server/protocols/webadmin/webadmin-mail-over-web/src/test/resources/message/rfc822/message.eml


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org
For additional commands, e-mail: notifications-h...@james.apache.org

Reply via email to