feat: phase 5 - mail plugin RBAC integration with delegate access levels (read/write/delete/full)

This commit is contained in:
Agent Zero
2026-07-16 00:34:36 +02:00
parent bb6466b53d
commit a4560344c9
4 changed files with 111 additions and 59 deletions
+4
View File
@@ -77,3 +77,7 @@ class Settings(BaseSettings):
def get_settings() -> Settings:
"""Get cached settings instance."""
return Settings()
# Module-level singleton for backward-compatible imports
settings = get_settings()