Skip to content

Commit a9de610

Browse files
committed
preparing release v1.11.1
1 parent 6d77075 commit a9de610

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,18 @@
1010
<dependency>
1111
<groupId>org.simplejavamail</groupId>
1212
<artifactId>outlook-message-parser</artifactId>
13-
<version>1.11.2</version>
13+
<version>1.11.1</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.11.0](https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Coutlook-message-parser%7C1.11.0%7Cjar) (08-December-2023)
21+
v1.11.0 - [v1.11.1](https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Coutlook-message-parser%7C1.11.1%7Cjar)
2222

23-
- [#69](https://github.com/bbottema/outlook-message-parser/pull/69): Enhancement: ignore attachment with missing content
23+
- 1.11.1 (08-December-2023): [#69](https://github.com/bbottema/outlook-message-parser/pull/69): Enhancement: instead of ignoring them completely, only ignore for embedded images
24+
- 1.11.0 (08-December-2023): [#69](https://github.com/bbottema/outlook-message-parser/pull/69): Enhancement: ignore attachment with missing content
2425

2526

2627
v1.10.0 - [v1.10.2](https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Coutlook-message-parser%7C1.10.2%7Cjar)

RELEASE.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
v1.11.0 (08-December-2023)
1+
v1.11.0 - v1.11.1
22

3-
- #69: Enhancement: ignore attachment with missing content
3+
- 1.11.1 (08-December-2023): #69: Enhancement: instead of ignoring them completely, only ignore for embedded images
4+
- 1.11.0 (08-December-2023): #69: Enhancement: ignore attachment with missing content
45

56

67
v1.10.0 - v1.10.2

0 commit comments

Comments
 (0)