diff options
-rw-r--r-- | NEWS | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,10 +1,17 @@ -*- org -*- #+TITLE: guile-email NEWS – History of user-visible changes -Copyright © 2019, 2023 Arun Isaac <arunisaac@systemreboot.net> +Copyright © 2019, 2023, 2025 Arun Isaac <arunisaac@systemreboot.net> Please send guile-email bug reports to guile-email@systemreboot.net +* Changes in 0.4.0 (since 0.3.2) +** Add accessors for common header fields +Add accessors email-from, email-to, email-cc, email-bcc, +email-subject, email-date, email-message-id, email-content-type for +common header fields. These accessors sanitize field values and are +the preferred method for accessing header values. + * Changes in 0.3.2 (since 0.3.1) ** Support non-standard square brackets in email address names RFC5322 forbids square brackets in email address names. Previously, |