feat(mail): add optional Cloud Mail no-recipient provider

This commit is contained in:
github-actions[bot]
2026-07-14 11:12:19 +00:00
parent 0a5df68534
commit 4bf37b78ed
6 changed files with 260 additions and 562 deletions
+4
View File
@@ -7,6 +7,10 @@
"cloudflare_path_accounts": "/api/new_address",
"cloudflare_path_token": "/api/token",
"cloudflare_path_messages": "/api/mails",
"cloudmail_api_base": "https://mail.example.com",
"cloudmail_public_token": "",
"cloudmail_domains": "example.com",
"cloudmail_path_messages": "/api/public/emailList",
"proxy": "",
"enable_nsfw": true,
"register_count": 1,