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
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,11 @@ Here's the complete list of changes:
92
92
- 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
93
93
- v1.1.19: Log rtf compression error, but otherwise ignore it and keep going and extract what we can.
94
94
95
+
**A big shout out to @dnault ([runtime javadoc](https://github.com/dnault/therapi-runtime-javadoc)), @remkop ([picocli](https://picocli.info/)) and @markenwerk
96
+
([S/MIME](https://github.com/markenwerk/java-utils-mail-smime) and [DKIM](https://github.com/markenwerk/java-utils-mail-dkim)) for working with me to make the
97
+
libraries work with JDK7+ and do what Simple Java Mail needed! Finally a great many thanks the numerous contributors on Simple Java Mail as well as
98
+
[outlook-message-parser](https://github.com/bbottema/outlook-message-parser) - this release would not be there without you.**
Copy file name to clipboardExpand all lines: RELEASE.txt
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,11 @@ Here's the complete list of changes:
73
73
- v1.1.20: #7: Fix missing S/MIME header details that are needed to determine the type of S/MIME application
74
74
- v1.1.19: Log rtf compression error, but otherwise ignore it and keep going and extract what we can.
75
75
76
+
**A big shout out to @dnault ([runtime javadoc](https://github.com/dnault/therapi-runtime-javadoc)), @remkop ([picocli](https://picocli.info/)) and @markenwerk
77
+
([S/MIME](https://github.com/markenwerk/java-utils-mail-smime) and [DKIM](https://github.com/markenwerk/java-utils-mail-dkim)) for working with me to make the
78
+
libraries work with JDK7+ and do what Simple Java Mail needed! Finally a great many thanks the numerous contributors on Simple Java Mail as well as
79
+
[outlook-message-parser](https://github.com/bbottema/outlook-message-parser) - this release would not be there without you.**
0 commit comments