Fix Issues 1, 2, and 3: Headers, Undo, and Crash Reporting #6

Merged
guettlibot merged 3 commits from refs/pull/6/head into main 2026-05-09 16:49:37 +00:00
3 Commits
Author SHA1 Message Date
Thomas SharedInbox 03e09aa89b Fix Crash Page (Issue 3) and update dev environment
- Added button on Crash Page to report issues on Codeberg.
- Added Nix experimental features check with auto-fix to Taskfile.
- Updated .gitignore to prevent accidental tracking of internal tool data.
2026-05-09 18:05:05 +02:00
Thomas SharedInbox fcd1d5279a Fix Show Mail Headers (Issue 1)
Extended database schema and repository to fetch and store raw email headers. Added UI to display them in a zebra-colored table.
2026-05-09 18:05:05 +02:00
Thomas SharedInbox 57cc2fad88 Fix Exception on Undo of delete (Issue 2)
Added toJson() and fromJson() to EmailAddress model to support serialization during undo operations.
2026-05-09 18:05:05 +02:00