Type | Changes | By |
| Improve MultiPartEmail to ease extending it. Fixes
34056. Thanks to Troy Poppe . |
epugh
|
| Refactoring the code to seperate creation of a MimeMessage and sending it. |
sgoeschl
|
| Add serialVersionUID to EmailException |
dion
|
| Use Dumbster 1.6 compiled with jdk13 for testing |
dion
|
| Refactor Hashtable usage to Map Fixes
34919. Thanks to Eric Spiegelberg . |
dion
|
| Email throws EmailException wrapping underlying JavaMail exception Fixes
32094. Thanks to Mark Lowe . |
epugh
|
| Change port for dumbster from 25 to 2500 to use unreserved port. Fixes
32410. Thanks to Corey Scott . |
epugh
|
| Add back in ByteArrayDataSource. Fixes
32260. Thanks to Corey Scott . |
epugh
|
| Removed deprecated MailMessage and ByteArrayDataSource. |
epugh
|
| Output test emails to /target/test-emails as .txt files for manual review. |
epugh
|
| Inline attatchment encoding was incorrect. Fixes
31904. Thanks to Mark Lowe . |
epugh
|
| Integrate our own checkstyle config instead of using Turbine style only. |
epugh
|
| Clone the System.getProperties() call instead of putting random properties into it. Fixes
18968. Thanks to Joe Germuska . |
epugh
|
| Can't supply a javax.mail.Session to Commons Email component Fixes
16859. |
epugh
|
| HTML email with plain text alternative and attachments Fixes
30973. Thanks to Corey Scott . |
epugh
|
| Integrate use of Dumbster to supply a fake SMTP server. Fixes
31762. Thanks to Corey Scott . |
epugh
|
| Lots of new unit tests and cleanup of code. Thanks to Corey Scott . |
epugh
|
| Update dependencies to latest available. |
epugh
|
| Support the delivery of bounced messages to an address other than "from". Fixes
18968. |
germuska
|