Skip to content

Commit

Permalink
Released 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bbottema committed May 12, 2019
1 parent 383ac15 commit 00d4fa5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,19 @@
<dependency>
<groupId>org.simplejavamail</groupId>
<artifactId>outlook-message-parser</artifactId>
<version>1.1.21</version>
<version>1.2.1</version>
</dependency>
```

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

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/).

v1.2.1 (12-May-2019)

- Ignore non S/MIME related content types when extracting S/MIME metadata
- Added toString and equals methods to the S/MIME data classes

v1.1.21 (4-May-2019)

- Upgraded mediatype recognition based on file extension for incomplete attachments
Expand Down
6 changes: 6 additions & 0 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v1.2.1

- Ignore non S/MIME related content types when extracting S/MIME metadata
- Added toString and equals methods to the S/MIME data classes


v1.1.21

- Upgraded mediatype recognition based on file extension for incomplete attachments
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>outlook-message-parser</artifactId>
<packaging>jar</packaging>
<name>Outlook Message Parser</name>
<version>1.1.22-SNAPSHOT</version>
<version>1.2.1</version>
<description>A Java parser for Outlook messages (.msg files)</description>
<url>https://github.com/bbottema/outlook-message-parser</url>

Expand Down

0 comments on commit 00d4fa5

Please sign in to comment.