Imported from bare git on Zurich
Go to file
Johan Jongsma 3690c1c199 feat: year filter, auto-create folders on move, fix MIME parser issues
- Increase limit from 200 to 2000 for bulk operations
- Add year query parameter for filtering messages by year
- Disable BodyStructure fetch (causes parser errors on malformed MIME)
- Auto-create destination folder on TRYCREATE error during move
- Better error handling for move operations
2026-02-01 12:26:44 +00:00
.gitignore Initial commit 2026-02-01 08:03:59 +00:00
config.yaml feat: year filter, auto-create folders on move, fix MIME parser issues 2026-02-01 12:26:44 +00:00
go.mod Initial commit 2026-02-01 08:03:59 +00:00
go.sum Initial commit 2026-02-01 08:03:59 +00:00
mail-bridge Initial commit 2026-02-01 08:03:59 +00:00
main.go feat: year filter, auto-create folders on move, fix MIME parser issues 2026-02-01 12:26:44 +00:00
mime.go Initial commit 2026-02-01 08:03:59 +00:00