Initial commit: IMAP IDLE to CalDAV daemon

Monitor an IMAP mailbox via IDLE for iMIP emails (invitations, RSVPs,
cancellations) and ICS attachments, then update a CalDAV calendar.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
This commit is contained in:
Thomas Faour
2026-02-12 19:40:17 -05:00
co-authored by Claude Opus 4.6
commit 37b032771f
9 changed files with 517 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/
config.yaml
*.log