1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-07-29 16:13:39 +00:00

[Web] document sender_acl in get/mailbox API examples

This commit is contained in:
FreddleSpl0it
2026-07-28 14:19:45 +02:00
parent 95a77f2dcb
commit f44bd2f36a
+2
View File
@@ -4920,6 +4920,7 @@ paths:
quota: 3221225472 quota: 3221225472
quota_used: 0 quota_used: 0
rl: false rl: false
sender_acl: ["otherbox@doman3.tld", "@aliasdomain.tld"]
spam_aliases: 0 spam_aliases: 0
username: info@doman3.tld username: info@doman3.tld
tags: ["tag1", "tag2"] tags: ["tag1", "tag2"]
@@ -5846,6 +5847,7 @@ paths:
quota: 3221225472 quota: 3221225472
quota_used: 0 quota_used: 0
rl: false rl: false
sender_acl: ["otherbox@domain3.tld", "@aliasdomain.tld"]
spam_aliases: 0 spam_aliases: 0
username: info@domain3.tld username: info@domain3.tld
tags: ["tag1", "tag2"] tags: ["tag1", "tag2"]