io.github.jmcleodfoss:pst

A library for reading Microsoft Outlook PST files.

Лицензия

Лицензия

Группа

Группа

io.github.jmcleodfoss
Идентификатор

Идентификатор

pst
Последняя версия

Последняя версия

1.1.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

io.github.jmcleodfoss:pst
A library for reading Microsoft Outlook PST files.

Скачать pst

Имя Файла Размер
pst-1.1.2.pom
pst-1.1.2.jar 291 KB
pst-1.1.2-sources.jar 186 KB
pst-1.1.2-javadoc.jar 830 KB
Обзор

Как подключить последнюю версию

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

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.1

Модули Проекта

Данный проект не имеет модулей.

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

pstreader

Java library for reading Microsoft Outlook pst and ost files, with ancillary libraries, a Swing application, and a servlet.

Contents

pst Library

A library for reading PST files, based on [MS-PST]: Outlook Personal Folders (.pst) File Format. See pst Library README

LocaleBean

A bean for localization of Java Server Faces web applications. See localebean README Note: this artifact is not in Maven Central so its Javadoc is not publicly available.

swingutil Library

A library of useful Java Swing functions used by the pst library. It is separate because I wanted the pst library to be as independent of Swing as possibly, but still able to be used by Swing applications. See swingutil library README

util Library

A utility library for with some useful functions used by related applications. See util library README

XML Utilities

These are all in the xml.jar package. See xml library README. Note: this artifact is not in Maven Central so its Javadoc is not publicly available. See also the xslt template files in the xslt directory.

Explorer Application

A stand-alone example application for browsing PST files See explorer README

pstExtractor Web Servlet

A JSF servlet which allows you to upload a file and then browse through it See pstExtractor README. Note: this artifact is not in Maven Central so its Javadoc is not publicly available.

XSLT Templates

A set of xslt transformation templates to convert output from io.github.jmcledofoss.xml.PSTIPFFolderTypeToXML to html. See xslt README.

Версии библиотеки

Версия
1.1.2
1.1.1
1.1.0
1.0.0