-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRELEASE.txt
More file actions
51 lines (27 loc) · 1.3 KB
/
RELEASE.txt
File metadata and controls
51 lines (27 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
http://code.google.com/p/simple-java-mail/
RELEASE NOTES Java Simple Mail
v2.1
- fixed character encoding for reply-to, from, to, body text and headers (to UTF-8)
- fixed bug where Recipient was not public resulting in uncompilable code when calling email.getRecipients()
v2.0
- added support for open headers (such as X-Priority)
v1.9.1
- updated for Maven support (library hasn't changed, but 1.9 was released incorrectly to Maven Central)
v1.9
- added support for JavaMail's reply-to address
- made port optional as to support port defaulting based on protocol
- added transport strategy default in the createSession method
- tightened up thrown exceptions (MailException instead of RuntimeException)
- added and fixed JavaDoc
v1.8
Added support for TLS (tested with gmail)
v1.7
Added support for SSL! (tested with gmail)
- improved argument validation when creating a Mailer without preconfigured Session instance
know possible issue: SSL self-signed certificates might not work (yet). Please let me know by e-mail or create a new issue
v1.6
Completed migration to Java Simple Mail project.
- removed all Vesijama references
- updated TestMail demonstration class for clarification
- updated readme.txt for test run instructions
- included log4j.properties