vikunja/pkg/notifications
kolaente d4b03026f0 feat: add conversational email template and rendering
Add conversational email style with GitHub-inspired header design.
Includes mail struct extensions (headerLine, conversational flag),
CreateConversationalHeader helper, HTML template with avatar support,
p-tag wrapping for content lines, plain-text stripping, and
conditional action link rendering.
2026-03-08 16:03:47 +01:00
..
database.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
db.go feat: register Vikunja tables with db package at init 2026-03-04 15:37:54 +01:00
logo.png feat: embed the vikunja logo as inline attachment 2022-06-30 14:21:17 +00:00
mail.go feat: add conversational email template and rendering 2026-03-08 16:03:47 +01:00
mail_render.go feat: add conversational email template and rendering 2026-03-08 16:03:47 +01:00
mail_test.go fix: use dark shadows for email template in dark mode (#2155) 2026-01-26 15:46:44 +01:00
main_test.go refactor: remove environment variable requirements for go test 2026-02-17 18:01:05 +01:00
notification.go fix: eliminate nested database sessions to prevent table locks 2026-02-25 11:03:02 +01:00
notification_test.go fix: eliminate nested database sessions to prevent table locks 2026-02-25 11:03:02 +01:00
notify_disabled_test.go fix: isolate deletion notifications into per-user transactions 2026-02-25 11:03:02 +01:00
testing.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00