Skip to content

Commit b7df0e2

Browse files
committed
Added changes from outlook--message-parser to the release notes
1 parent 16007a4 commit b7df0e2

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,22 @@ Here's the complete list of changes:
7373
- [#186](https://github.com/bbottema/simple-java-mail/issues/186) Update JavaMail dependency to 1.6.2, adding support for authenticated HTTP web proxy
7474
- [#146](https://github.com/bbottema/simple-java-mail/issues/146) Added OSGI manifest and switched to spotbugs
7575

76-
**Aside from these all 3rd party libraries have been updated which solve a host of bugs, including better Outlook message parsing support.**
76+
#### Included changes from outlook-message-parser ####
77+
- v1.5.0: [#20](https://github.com/bbottema/outlook-message-parser/issues/20) CC and BCC recipients are not parsed properly
78+
- v1.5.0: [#19](https://github.com/bbottema/outlook-message-parser/issues/19) Use real Outlook ContentId Attribute to resolve CID Attachments
79+
- v1.4.1: [#17](https://github.com/bbottema/outlook-message-parser/issues/17) Fixed encoding error for UTF-8's Windows legacy name (cp)65001
80+
- v1.4.0: [#9](https://github.com/bbottema/outlook-message-parser/issues/9) Replaced the RFC to HTML converter with a brand new RFC-compliant convert! (thanks to @fadeyev!)
81+
- v1.3.0: [#14](https://github.com/bbottema/outlook-message-parser/issues/14) Dependency problem with Java9+, missing Jakarta Activation Framework
82+
- v1.3.0: [#13](https://github.com/bbottema/outlook-message-parser/issues/13) HTML start tags with extra space not handled correctly
83+
- v1.3.0: [#11](https://github.com/bbottema/outlook-message-parser/issues/11) SimpleRTF2HTMLConverter inserts too many <br/> tags
84+
- v1.3.0: [#10](https://github.com/bbottema/outlook-message-parser/issues/10) Embedded images with DOS-like names are classified as attachments
85+
- v1.3.0: [#9](https://github.com/bbottema/outlook-message-parser/issues/9) SimpleRTF2HTMLConverter removes some valid tags during conversion
86+
- v1.2.1: Ignore non S/MIME related content types when extracting S/MIME metadata
87+
- v1.2.1: Added toString and equals methods to the S/MIME data classes
88+
- v1.1.21: Upgraded mediatype recognition based on file extension for incomplete attachments
89+
- v1.1.21: Added / improved support for public S/MIME meta data
90+
- v1.1.20: [#7](https://github.com/bbottema/outlook-message-parser/issues/7) Fix missing S/MIME header details that are needed to determine the type of S/MIME application
91+
- v1.1.19: Log rtf compression error, but otherwise ignore it and keep going and extract what we can.
7792

7893

7994
v5.5.0 - [v5.5.1](https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C5.5.1%7Cjar)

RELEASE.txt

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,22 @@ Here's the complete list of changes:
5454
- #186: Update JavaMail dependency to 1.6.2, adding support for authenticated HTTP web proxy
5555
- #146: Added OSGI manifest and switched to spotbugs
5656

57-
**Aside from these all 3rd party libraries have been updated which solve a host of bugs, including better Outlook message parsing support.**
57+
#### Included changes from the outlook-message-parser dependency ####
58+
- v1.5.0: #20: CC and BCC recipients are not parsed properly
59+
- v1.5.0: #19: Use real Outlook ContentId Attribute to resolve CID Attachments
60+
- v1.4.1: #17: Fixed encoding error for UTF-8's Windows legacy name (cp)65001
61+
- v1.4.0: #9: Replaced the RFC to HTML converter with a brand new RFC-compliant convert! (thanks to @fadeyev!)
62+
- v1.3.0: #14: Dependency problem with Java9+, missing Jakarta Activation Framework
63+
- v1.3.0: #13: HTML start tags with extra space not handled correctly
64+
- v1.3.0: #11: SimpleRTF2HTMLConverter inserts too many <br/> tags
65+
- v1.3.0: #10: Embedded images with DOS-like names are classified as attachments
66+
- v1.3.0: #9: SimpleRTF2HTMLConverter removes some valid tags during conversion
67+
- v1.2.1: Ignore non S/MIME related content types when extracting S/MIME metadata
68+
- v1.2.1: Added toString and equals methods to the S/MIME data classes
69+
- v1.1.21: Upgraded mediatype recognition based on file extension for incomplete attachments
70+
- v1.1.21: Added / improved support for public S/MIME meta data
71+
- v1.1.20: #7: Fix missing S/MIME header details that are needed to determine the type of S/MIME application
72+
- v1.1.19: Log rtf compression error, but otherwise ignore it and keep going and extract what we can.
5873

5974

6075
v5.5.0 - [v5.5.1](https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C5.5.1%7Cjar)

0 commit comments

Comments
 (0)