A tool for preserving email with multiple masters.
Project description
Mailbagit
A tool for creating and managing Mailbags, a package for preserving email in multiple formats. It contains an open specification for mailbags, as well as the mailbagit
and mailbagit-gui
tools for packaging email exports into mailbags.
Installation
pip install mailbagit
- To install PST dependancies:
pip install mailbagit[pst]
- To install
mailbagit-gui
:pip install mailbagit[gui]
You can also run mailbagit
using a Docker image.
Quick start
Examples:
mailbagit path/to/messages -i msg --derivatives eml pdf warc --mailbag_name my_mailbag
mailbagit path/to/inbox.mbox -i mbox -d txt pdf-chrome -m my_mailbag -r
mailbagit path/to/export.pst -i pst -d mbox eml pdf warc -m my_mailbag
See the documentation for more details on:
Development setup
git clone git@github.com:UAlbanyArchives/mailbagit.git
cd mailbagit
git switch develop
pip install -e .
Development with docker
Build and run image
docker pull ualbanyarchives/mailbagit:dev
docker run -it ualbanyarchives/mailbagit:dev
License
Kudos
This project was made possible by funding from the University of Illinois's Email Archives: Building Capacity and Community Project.
We owe a lot to the hard work that goes towards developing and maintaining the libraries mailbagit
uses to parse email formats and make bags. We'd like to thank these awesome projects, without which mailbagit
wouldn't be possible:
We'd also like to thank the RATOM project whose documentation was super helpful in guiding us though some roadblocks.
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
Built Distribution
Hashes for mailbagit-0.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7e79de7fb2a5b369fa038b685f6a0aa83851b7feee1ea23e49b46d0e26aae8b |
|
MD5 | d982d66abf344ce5e571723b9d7b9f47 |
|
BLAKE2b-256 | 416d4b2a2139994818634fd05c0152df9ad350559b1c631f6eee5c5c60a05415 |