zitadel/internal
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
..
actions feat(actions): allow getting metadata of organizations from user grants (#7782) 2024-04-22 11:34:23 +00:00
activity fix: get orgID when missing on trigger logs (#7555) 2024-03-14 08:49:10 +00:00
admin/repository/eventsourcing feat(cmd): mirror (#7004) 2024-05-30 09:35:30 +00:00
api feat: send test mail (#7968) 2024-06-20 19:51:42 +00:00
auth/repository feat: password age policy (#8132) 2024-06-18 11:27:44 +00:00
auth_request/repository fix(login): correctly reload policies on auth request (#7839) 2024-04-24 08:44:55 +00:00
authz fix(oidc): remove MFA requirement on ZITADEL API based on user auth methods (#8069) 2024-06-12 12:24:17 +00:00
command feat: send test mail (#7968) 2024-06-20 19:51:42 +00:00
config feat(crypto): use passwap for machine and app secrets (#7657) 2024-04-05 09:35:49 +00:00
crypto feat(crypto): support md5 plain for imported password hashes (#8189) 2024-06-25 11:10:49 +03:00
database feat(init): configurable existing postgres db (#8045) 2024-06-10 10:49:30 +00:00
domain fix(import): add tracing spans to all import related functions (#8160) 2024-06-19 12:56:33 +02:00
eventstore fix(import): add tracing spans to all import related functions (#8160) 2024-06-19 12:56:33 +02:00
execution feat: add action v2 execution on requests and responses (#7637) 2024-05-04 11:55:57 +02:00
feature refactor(query): use new packages for org by id query (#7826) 2024-05-24 13:32:57 +02:00
form
i18n fix(middleware): init translation messages (#7778) 2024-04-16 12:08:18 +00:00
iam
id fix: add action v2 execution to features (#7597) 2024-04-09 20:21:21 +03:00
idp fix(ldap): add more logs (#8197) 2024-06-25 19:04:10 +00:00
integration perf(import): do not check for existing grant ID (#8164) 2024-06-20 13:31:58 +00:00
logstore
migration fix(setup): init projections (#7194) 2024-01-25 17:28:20 +01:00
net
notification fix: RFC1342 encode sender name that goes in from header (#8193) 2024-06-28 08:33:42 +00:00
org
project
protoc
qrcode
query fix(import): add tracing spans to all import related functions (#8160) 2024-06-19 12:56:33 +02:00
renderer fix(login): (re)allow HTML in custom login texts (#7575) 2024-03-15 16:29:10 +01:00
repository fix(oidc): store requested response_mode (#8145) 2024-06-17 09:50:12 +00:00
static feat: send test mail (#7968) 2024-06-20 19:51:42 +00:00
statik
telemetry fix: remove duplicate otel span processors (#8104) 2024-06-12 10:18:48 +00:00
test refactor(fmt): run gci on complete project (#7557) 2024-04-03 10:43:43 +00:00
user feat: password age policy (#8132) 2024-06-18 11:27:44 +00:00
v2 fix(v2): correct eventstore query (#8124) 2024-06-15 16:12:21 +03:00
view/repository refactor(fmt): run gci on complete project (#7557) 2024-04-03 10:43:43 +00:00
webauthn fix: allow other users to set up MFAs (#7914) 2024-05-07 05:38:26 +00:00
zerrors refactor(fmt): run gci on complete project (#7557) 2024-04-03 10:43:43 +00:00