https://github.com/jmcleodfoss/msgreader
Java library for reading Microsoft Compound File Binary (CFB) Files, including Outlook msg files.
https://github.com/jmcleodfoss/msgreader
application command-line-app java-library javafx-application microsoft-file-format msg-files swing-application
Last synced: 5 days ago
JSON representation
Java library for reading Microsoft Compound File Binary (CFB) Files, including Outlook msg files.
- Host: GitHub
- URL: https://github.com/jmcleodfoss/msgreader
- Owner: Jmcleodfoss
- License: mit
- Created: 2020-01-30T10:41:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-30T12:40:55.000Z (over 1 year ago)
- Last Synced: 2025-04-04T01:11:21.702Z (about 2 months ago)
- Topics: application, command-line-app, java-library, javafx-application, microsoft-file-format, msg-files, swing-application
- Language: Java
- Size: 870 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://www.codacy.com/gh/Jmcleodfoss/msgreader/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Jmcleodfoss/msgreader&utm_campaign=Badge_Grade)



# msgreader
Java library for reading Microsoft Compound File Binary (CFB) Files, including Outlook .msg files.Contents:
* [msg](https://github.com/Jmcleodfoss/msgreader/tree/master/msg), the library for reading .msg files
* [msgexplorer](https://github.com/Jmcleodfoss/msgreader/tree/master/msgexplorer), a sample application for viewing a .msg file at any desired level of detail
* [msg_example](https://github.com/Jmcleodfoss/msgreader/tree/master/msg_example), a pair of simple applications for displaying basic information about a .msg file, and for saving attachmentsVersions:
* 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)