TF-3454 Integration test download all attachments as ZIP

This commit is contained in:
DatDang
2025-02-11 15:43:26 +07:00
committed by Dat H. Pham
parent f66e1460e4
commit e1795d1f5c
6 changed files with 90 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ version: "3"
services:
tmail-backend:
image: linagora/tmail-backend:memory-1.0.0
image: linagora/tmail-backend:memory-1.0.3-rc1
container_name: tmail-backend
volumes:
- ./jwt_publickey:/root/conf/jwt_publickey
-3
View File
@@ -88,9 +88,6 @@
<mailet match="All" class="Sieve"/>
<mailet match="All" class="AddDeliveredToHeader"/>
<mailet match="All" class="org.apache.james.jmap.mailet.filter.JMAPFiltering"/>
<mailet match="SenderIsLocal" class="com.linagora.tmail.mailets.ContactsCollection">
<attribute>ContactAttribute1</attribute>
</mailet>
<mailet match="All" class="com.linagora.tmail.mailets.TmailLocalDelivery"/>
</processor>