The footer attributes to set.
Optionalexclude?: string[]Mailbox addresses and/or alias-domain names to exclude from the footer.
Footer text in HTML format.
Footer text in plain text format.
Optionalskip_replies?: booleanIf true: do not append the footer when replying to a message that already carries it.
Domains to apply the footer to.
Domain wide footer edit payload.
Note: the upstream OpenAPI spec documents the exclude list as
mbox_exclude, but the PHP handler (functions.mailbox.inc.php, casedomain_wide_footer) actually reads a singleexcludefield -- a mix of mailbox addresses and/or alias-domain names -- and sorts each entry into the internalmbox_exclude/alias_domain_excludebuckets itself.