This is an automated email from the ASF dual-hosted git repository.
rcordier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git.
from 151db97 JAMES-3074 UidValidity sanitizing at the IMAP level
new 3578c0b [Refactoring] integrate filePrefix directly with string
new e76b529 JAMES-3072: MailboxesBackup ExportService
The 2 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:
pom.xml | 6 +
.../james/blob/export/api/BlobExportMechanism.java | 4 +
.../export/file/LocalFileBlobExportMechanism.java | 3 +-
.../file/LocalFileBlobExportMechanismTest.java | 3 +-
.../james/webadmin/vault/routes/ExportService.java | 3 +-
server/protocols/webadmin/webadmin-mailbox/pom.xml | 34 +++
.../james/webadmin/service/ExportService.java | 136 ++++++++++
.../james/webadmin/service/ExportServiceTest.java | 273 +++++++++++++++++++++
.../linshare/LinshareBlobExportMechanismTest.java | 5 +-
9 files changed, 459 insertions(+), 8 deletions(-)
create mode 100644
server/protocols/webadmin/webadmin-mailbox/src/main/java/org/apache/james/webadmin/service/ExportService.java
create mode 100644
server/protocols/webadmin/webadmin-mailbox/src/test/java/org/apache/james/webadmin/service/ExportServiceTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]