mirror of
https://github.com/juherr/kill-the-news.git
synced 2026-08-05 00:54:16 +00:00
Push the "Name <addr>" display-name parsing onto the EmailAddress VO (displayName field + label() = displayName ?? normalized) and delete the ad-hoc parseFromAddress helper in feed-generator. The feed builder now parses the from-address once via EmailAddress and reuses it for the site base URL, the [Sender] title prefix, and the entry author — one parser, on the type that owns the data. Co-Authored-By: Claude Opus 4.7 <[email protected]>