You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This version safeguards against SMTP injection attack from external values entering the library through *Email* instance. Also, this release
59
+
introduces default/configurable timeouts for connecting, reading and writing when sending an email.
60
+
61
+
-[#89](https://github.com/bbottema/simple-java-mail/issues/89) Support multiple delimited recipient addresses sharing the same TO/CC/BCC name
62
+
-[#88](https://github.com/bbottema/simple-java-mail/issues/88)**Safeguard subject property (and others) against SMTP CRLF injection attacks**
63
+
-[#85](https://github.com/bbottema/simple-java-mail/issues/85)**Apply configurable timeouts when sending emails**
64
+
-[#83](https://github.com/bbottema/simple-java-mail/issues/83) Parse INLINE attachments without ID as regular attachments when converting (mostly
0 commit comments