io.github.jmcleodfoss:msg_example

The example code from README.pom

License

License

GroupId

GroupId

io.github.jmcleodfoss
ArtifactId

ArtifactId

msg_example
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

io.github.jmcleodfoss:msg_example
The example code from README.pom

Download msg_example

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.jmcleodfoss/msg_example/ -->
<dependency>
    <groupId>io.github.jmcleodfoss</groupId>
    <artifactId>msg_example</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jmcleodfoss/msg_example/
implementation 'io.github.jmcleodfoss:msg_example:1.0.2'
// https://jarcasting.com/artifacts/io.github.jmcleodfoss/msg_example/
implementation ("io.github.jmcleodfoss:msg_example:1.0.2")
'io.github.jmcleodfoss:msg_example:jar:1.0.2'
<dependency org="io.github.jmcleodfoss" name="msg_example" rev="1.0.2">
  <artifact name="msg_example" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jmcleodfoss', module='msg_example', version='1.0.2')
)
libraryDependencies += "io.github.jmcleodfoss" % "msg_example" % "1.0.2"
[io.github.jmcleodfoss/msg_example "1.0.2"]

Dependencies

compile (1)

Group / Artifact Type Version
io.github.jmcleodfoss : msg jar 1.0.2

Project Modules

There are no modules declared in this project.

MIT License Codacy Badge Java CI with Maven Codacy Security Scan CodeQL Xanitizer Security Analysis

msgreader

Java library for reading Microsoft Compound File Binary (CFB) Files, including Outlook .msg files.

Contents:

  • msg, the library for reading .msg files
  • msgexplorer, a sample application for viewing a .msg file at any desired level of detail
  • msg_example, a pair of simple applications for displaying basic information about a .msg file, and for saving attachments

Versions:

  • 1.0.0 (2020-05-16) Initial version (all modules)
  • 1.0.1 (2020-11-29) Release of msgexplorer only
  • 1.0.2 (2021-12-07) Update to msg library, all modules updated (no substantial changes to code for msg_example or msgexplorer)

Versions

Version
1.0.2
1.0.0