KI-AGENT: Mailkonten deaktivierbar machen und Synczeit anzeigen
All checks were successful
Build and Push Docker Images / build-backend (push) Successful in 44s
Build and Push Docker Images / build-frontend (push) Successful in 1m15s
Build and Push Docker Images / build-website (push) Successful in 23s
Build and Push Docker Images / build-central-services-api (push) Successful in 21s
Build and Push Docker Images / build-central-services-admin (push) Successful in 21s
Build and Push Docker Images / build-docs (push) Successful in 22s

This commit is contained in:
2026-09-07 19:47:04 +02:00
parent 5c481b105f
commit 384a0a53ef
5 changed files with 118 additions and 8 deletions

View File

@@ -35,6 +35,7 @@ export const userCredentials = pgTable("user_credentials", {
smtpSsl: boolean("smtp_ssl"),
type: credentialTypesEnum("type").notNull(),
emailEnabled: boolean("email_enabled").notNull().default(true),
imapPort: numeric("imap_port"),
imapSsl: boolean("imap_ssl"),