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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user