Skip to content

v4.3.0 - Security and Timeouts release

Choose a tag to compare

@bbottema bbottema released this 12 Aug 12:42
· 1614 commits to master since this release

Security and timeout release.

This version safeguards against SMTP injection attack from external values entering the library through Email instance. Also, this release
introduces default/configurable timeouts for connecting, reading and writing when sending an email.

  • #89 Support multiple delimited recipient addresses sharing the same TO/CC/BCC name
  • #88 Safeguard subject property (and others) against SMTP CRLF injection attacks
  • #85 Apply configurable timeouts when sending emails
  • #83 Parse INLINE attachments without ID as regular attachments when converting (mostly
    applicable to Apple emails)