meldestelle/backend/services/mail/mail-service
Stefan Mogeritsch da3b57a91d feat(mail-service): introduce persistence and REST support for Nennungen
- Added `NennungRepository` with methods for saving, updating status, and retrieving entries.
- Created `NennungController` to expose REST endpoints for Nennungen.
- Defined `NennungTable` schema with relevant fields and indices.
- Extended `MailPollingService` to parse incoming emails into `NennungEntity` and persist them.
- Updated `build.gradle.kts` with database dependencies and H2 configuration for local dev.
- Refined frontend layout in `OnlineNennungFormular` for improved usability and responsiveness.
2026-04-14 16:50:34 +02:00
..
src/main feat(mail-service): introduce persistence and REST support for Nennungen 2026-04-14 16:50:34 +02:00
build.gradle.kts feat(mail-service): introduce persistence and REST support for Nennungen 2026-04-14 16:50:34 +02:00