vikunja/pkg/mail
kolaente 85a350749b refactor(mail): use CryptoRandomString for Message-ID generation
Replace manual rand.Read + hex.EncodeToString with the existing
utils.CryptoRandomString helper for generating the random part
of the Message-ID header.
2026-04-03 18:30:39 +00:00
..
domain.go fix(mail): fall back to os.Hostname() before hardcoded domain 2026-04-03 18:30:39 +00:00
domain_test.go fix(mail): fall back to os.Hostname() before hardcoded domain 2026-04-03 18:30:39 +00:00
mail.go fix(mail): disable queue when mailer disabled (#2069) 2026-01-08 15:51:31 +01:00
send_mail.go refactor(mail): use CryptoRandomString for Message-ID generation 2026-04-03 18:30:39 +00:00
send_mail_test.go fix(mail): set RFC 5322 compliant Message-ID using public URL domain 2026-04-03 18:30:39 +00:00
testing.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00