Skip to content

Extract .msg file (Outlook mail file) to a text file.

License

Notifications You must be signed in to change notification settings

YujiSoftware/msg2txt

Repository files navigation

msg2txt

Extract .msg file (Outlook mail file) to a text file.
Attachments file can also be expanded.

Compatible with macOS / Linux / Windows.

Download

How to use (GUI)

Drag and drop .msg file to icon.

ℹ️ This icon is on the applications (macOS), or desktop (Windows)

How to use (CUI)

macOS

/Applications/msg2txt.app/Contents/MacOS/msg2txt <.msg file>

Linux

/opt/msg2txt/msg2txt <.msg file>

Windows

C:\Program Files\msg2txt\msg2txt.exe <.msg file>

Standalone

bin/msg2txt <.msg file>

Options

  • /o <outputDir>, -o <outputDir>, --output=<outputDir>
    • Specify the output directory
  • /t, -t, --text-only
    • Extract text only (not extract attachments)
  • /?, -h, --help
    • Show help

Icon

https://www.iconpacks.net/free-icon/mail-1015.html

Library

Apache POI-HSMF - Java API To Access Microsoft Outlook MSG Files

License

Apache License 2.0