Extracts emails and attachments saved in Microsoft Outlook's .msg files
Project description
msglite
Extracts emails and attachments saved in Microsoft Outlook's .msg files
The python package extract_msg automates the extraction of key email data (from, to, cc, date, subject, body) and the email's attachments.
Usage
You can install the package from PyPI as msglite
. Then use the API
as follows:
from msglite import Message
msg = Message('path/to/message.msg')
print(msg.subject)
print(msg.to)
# The API currently does not differentiate Sender and From cleanly:
print(msg.sender)
print(msg.body)
Notes on encoding
Field types:
- 001E - PtypString8 - Non-unicode string
- 001F - PtypString - UTF-18 LE string
- 0102 - PtypBinary - Blob
Credits
This package is a lightweight and functionally extended fork of msg-extractor written by Matthew Walker and Ken Peterson.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
msglite-0.29.1.tar.gz
(24.4 kB
view details)
Built Distribution
File details
Details for the file msglite-0.29.1.tar.gz
.
File metadata
- Download URL: msglite-0.29.1.tar.gz
- Upload date:
- Size: 24.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.1 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e40c0911aa93f469562ac574e1c07e54835f09c248a09b69d338651cd48632c |
|
MD5 | b8ac1c0fbedca4fcd4966c82519151d0 |
|
BLAKE2b-256 | 808ec210a7b8fdd9463905886295c3b9f68a6dc2ae9e64c5c2549620388fe93e |
File details
Details for the file msglite-0.29.1-py2.py3-none-any.whl
.
File metadata
- Download URL: msglite-0.29.1-py2.py3-none-any.whl
- Upload date:
- Size: 25.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.1 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92bda80d39047e48622d2751cf59caa666bfbcf5be2d0cc849211db26c5a3f15 |
|
MD5 | 74ef9b292e153da5adddeeca4d496a17 |
|
BLAKE2b-256 | 42b1f553ef7b03fcd4c26f23ee2d8d741a0c4ea4dbe01dc62c696757d7b087e8 |