mit config.ini

This commit is contained in:
2026-05-12 12:31:18 +02:00
commit 54e6daee09
9 changed files with 1137 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
[imap]
host = imap.mailbox.org
port = 993
username = ihr-name@mailbox.org
# Normales Passwort ODER App-Passwort (bei aktiver 2FA zwingend!)
password = IHR_PASSWORT_ODER_APP_PASSWORT
folder = INBOX
# true = nur ungelesene Mails prüfen (empfohlen)
unseen_only = true
# true = verarbeitete Mails als gelesen markieren
mark_as_read = false
[caldav]
# CalDAV-URL aus mailbox.org Office: Kalender → drei Striche → Eigenschaften
url = https://dav.mailbox.org/caldav/IHR_KALENDER_ID
username = ihr-name@mailbox.org
password = IHR_PASSWORT_ODER_APP_PASSWORT