feat: serve an APPVERSIONS.json index file to clients via IMAP metadata

This is designed to help implement self-updating APKs (and later other clients),
see counterpart https://github.com/chatmail/core/pull/8557
This commit is contained in:
holger krekel
2026-08-13 12:54:47 +02:00
parent dc8e0a34a2
commit 33f9cddb1b
9 changed files with 207 additions and 0 deletions
+6
View File
@@ -22,6 +22,12 @@ extensions = [
templates_path = ['_templates']
exclude_patterns = []
linkcheck_ignore = [
# only resolves once the file is merged to main
r"https://github\.com/chatmail/relay/blob/main/chatmaild/src/chatmaild/defaults/appversions\.json",
]
# -- Options for HTML output -------------------------------------------------