zitadel/internal/notification
Miguel Cabrerizo 14aeb42cc2
fix: RFC1342 encode sender name that goes in from header (#8193)
# Which Problems Are Solved

- Some smtp server/client combination may have problems with non-ASCII
sender names for example using an umlaut

# How the Problems Are Solved

- The same RFC1342 mechanism that was added in
#https://github.com/zitadel/zitadel/pull/6637 and later improved by
@eliobischof with BEncoding has been added to the sender name that goes
in the From header

# Additional Context

- Closes #7976
2024-06-28 08:33:42 +00:00
..
channels feat: send test mail (#7968) 2024-06-20 19:51:42 +00:00
handlers fix: consider oidc session events for authN milestones (#8089) 2024-06-12 06:49:14 +02:00
messages fix: RFC1342 encode sender name that goes in from header (#8193) 2024-06-28 08:33:42 +00:00
senders refactor(fmt): run gci on complete project (#7557) 2024-04-03 10:43:43 +00:00
static feat: Contribute i18n swedish language (#8105) 2024-06-15 13:45:19 +00:00
statik chore: initial version of a devcontainer (#6352) 2023-08-15 10:49:05 +02:00
templates fix: footerText has no effect (#6297) 2023-08-11 08:16:30 +00:00
types feat: pass and handle auth request context for email links (#7815) 2024-04-24 17:50:58 +02:00
channels.go fix: use triggering origin for notification links (#6628) 2023-10-10 13:20:53 +00:00
projections.go feat(cmd): mirror (#7004) 2024-05-30 09:35:30 +00:00