feat(imap): add per-user IMAP ingestion accounts with quota enforcement

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-08 13:01:14 +00:00
parent f3c85f73c3
commit 43bcfe5653
12 changed files with 1922 additions and 0 deletions
+1
View File
@@ -66,6 +66,7 @@ from app.models import ( # noqa: F401, E402
PipelineStep,
ProcessingLog,
SavedSearch,
UserImapAccount,
UserProfile,
WebhookConfig,
)