Skip to content

Commit 8058fd9

Browse files
committed
released v1.10.0 [skip ci]
1 parent b0cde5a commit 8058fd9

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,19 @@
1010
<dependency>
1111
<groupId>org.simplejavamail</groupId>
1212
<artifactId>outlook-message-parser</artifactId>
13-
<version>1.9.6</version>
13+
<version>1.10.0</version>
1414
</dependency>
1515
```
1616

1717
Outlook Message Parser is a continuation (or fork if that project independently continues) of [msgparser](https://github.com/bbottema/msgparser).
1818

1919
Under the hood it uses the [Apache POI - POIFS](http://poi.apache.org/poifs/) library to parse the message files which use the OLE 2 Compound Document format. Thus, it is merely a convenience library that covers the details of the .msg file. The implementation is based on the information provided at [fileformat.info](http://www.fileformat.info/format/outlookmsg/).
2020

21+
[v1.10.0](https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Coutlook-message-parser%7C1.10.0%7Cjar) (24-October-2023)
22+
23+
- [#67](https://github.com/bbottema/outlook-message-parser/pull/67): Adding possibility to parse X500 Names
24+
25+
2126
v1.9.0 - [v1.9.6](https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Coutlook-message-parser%7C1.9.6%7Cjar)
2227

2328
- v1.9.6 (18-July-2022): [#57](https://github.com/bbottema/outlook-message-parser/pull/57) Same, but now with Collection values to support duplicate headers

RELEASE.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v1.10.0 (24-October-2023)
2+
3+
- #67: Adding possibility to parse X500 Names
4+
5+
16
v1.9.0 - v1.9.6
27

38
- 1.9.6 (18-July-2022): #57 Same, but now with Collection values to support duplicate headers

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<artifactId>outlook-message-parser</artifactId>
1414
<packaging>jar</packaging>
1515
<name>Outlook Message Parser</name>
16-
<version>1.9.6</version>
16+
<version>1.10.0</version>
1717
<description>A Java parser for Outlook messages (.msg files)</description>
1818
<url>https://github.com/bbottema/outlook-message-parser</url>
1919
<inceptionYear>2017</inceptionYear>

0 commit comments

Comments
 (0)