JTNEF

The Java TNEF package is an open source code implementation of a TNEF message handler, which can be used as a command-line utility or integrated into Java-based mail applications to extract the original message content.

License

License

GPL
Categories

Categories

Net
GroupId

GroupId

net.freeutils.jtnef
ArtifactId

ArtifactId

tnef
Last Version

Last Version

1.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

JTNEF
The Java TNEF package is an open source code implementation of a TNEF message handler, which can be used as a command-line utility or integrated into Java-based mail applications to extract the original message content.
Project URL

Project URL

http://www.freeutils.net/source/jtnef/
Project Organization

Project Organization

Amichai Rothman

Download tnef

How to add to project

<!-- https://jarcasting.com/artifacts/net.freeutils.jtnef/tnef/ -->
<dependency>
    <groupId>net.freeutils.jtnef</groupId>
    <artifactId>tnef</artifactId>
    <version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.freeutils.jtnef/tnef/
implementation 'net.freeutils.jtnef:tnef:1.5.0'
// https://jarcasting.com/artifacts/net.freeutils.jtnef/tnef/
implementation ("net.freeutils.jtnef:tnef:1.5.0")
'net.freeutils.jtnef:tnef:jar:1.5.0'
<dependency org="net.freeutils.jtnef" name="tnef" rev="1.5.0">
  <artifact name="tnef" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.freeutils.jtnef', module='tnef', version='1.5.0')
)
libraryDependencies += "net.freeutils.jtnef" % "tnef" % "1.5.0"
[net.freeutils.jtnef/tnef "1.5.0"]

Dependencies

compile (3)

Group / Artifact Type Version
javax.activation : activation jar 1.1
javax.mail : mail jar 1.4.1
org.apache.poi : poi jar 3.2-FINAL

Project Modules

There are no modules declared in this project.

Versions

Version
1.5.0