Easily extract the contents of MSG email files
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
aleksandershad f2b466b532 msgextract-0.5
Added extraction directly from EML file.
2026-01-05 09:32:48 +03:00
.gitattributes Initial commit 2024-07-06 11:56:25 +11:00
LICENSE Initial commit 2024-07-06 11:56:25 +11:00
msgextract.sh msgextract-0.5 2026-01-05 09:32:48 +03:00
Readme.txt msgextract-0.5 2026-01-05 09:32:48 +03:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Простенький скрипт извлечения содержимого файла сообщения электронной почты формата MSG или EML.

Для извлечения именно содержимого запустите:

msgextract file.<msg|eml>

Для конвертации в EML запустите:

msgextract --eml file.msg

либо

msgextract -e file.msg

Использует в работе пакеты
- perl-Email-Outlook-Message-scripts 
- mpack

На ALT Linux устанавливается пакетом из репозитория:

su -
apt-get install msgextract