1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-21 05:31:42 +00:00

Improve Inbox Scanning (#407)

closes #386: delete emails after import + closes #405: auto tag documents imported by email
This commit is contained in:
cadast
2020-05-14 13:59:11 +02:00
committed by GitHub
parent 0d058b9c9c
commit 95c37a03f8
11 changed files with 100 additions and 17 deletions

View File

@@ -254,6 +254,8 @@ public class TestAppResource extends BaseJerseyTest {
.cookie(TokenBasedSecurityFilter.COOKIE_NAME, adminToken)
.post(Entity.form(new Form()
.param("enabled", "true")
.param("autoTagsEnabled", "false")
.param("deleteImported", "false")
.param("hostname", "localhost")
.param("port", "9755")
.param("username", "test@sismics.com")