All Projects → UAlbanyArchives → mailbag

UAlbanyArchives / mailbag

Licence: MIT license
A tool for creating and managing Mailbags, a package for preserving email using multiple preservation formats

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to mailbag

Juice
Juice inlines CSS stylesheets into your HTML source.
Stars: ✭ 2,683 (+9151.72%)
Mutual labels:  email
React Email Editor
Drag-n-Drop Email Editor Component for React.js
Stars: ✭ 3,131 (+10696.55%)
Mutual labels:  email
checkit tiff
"checkit_tiff" is an incredibly fast conformance checker for baseline TIFFs (with various extensions)
Stars: ✭ 14 (-51.72%)
Mutual labels:  preservation
Qtgate Desktop Client
A revolutionary internet infrastructure enabling a truly free Network, that offers Stability, Trust, Privacy, and Security
Stars: ✭ 232 (+700%)
Mutual labels:  email
Email my pc
远程监控电脑,也许一切只需要一封邮件。
Stars: ✭ 240 (+727.59%)
Mutual labels:  email
Meli
🐝 experimental terminal mail client, mirror of https://git.meli.delivery/meli/meli.git https://crates.io/crates/meli
Stars: ✭ 242 (+734.48%)
Mutual labels:  email
Learn To Send Email Via Google Script Html No Server
📧 An Example of using an HTML form (e.g: "Contact Us" on a website) to send Email without a Backend Server (using a Google Script) perfect for static websites that need to collect data.
Stars: ✭ 2,718 (+9272.41%)
Mutual labels:  email
dbptk-ui
DBPTK base UI for both Desktop and Enterprise
Stars: ✭ 20 (-31.03%)
Mutual labels:  preservation
Mailyak
An elegant MIME/SMTP email library with support for attachments
Stars: ✭ 244 (+741.38%)
Mutual labels:  email
warcworker
A dockerized, queued high fidelity web archiver based on Squidwarc
Stars: ✭ 48 (+65.52%)
Mutual labels:  preservation
Oblivion
Data leak checker & OSINT Tool
Stars: ✭ 237 (+717.24%)
Mutual labels:  email
Rust Imap
IMAP client library for Rust
Stars: ✭ 237 (+717.24%)
Mutual labels:  email
Githubmonitor
根据关键字与 hosts 生成的关键词,利用 github 提供的 api,监控 git 泄漏。
Stars: ✭ 248 (+755.17%)
Mutual labels:  email
Magento 2 Smtp
Magento 2 SMTP Extension helps the owner of store simply install SMTP (Simple Mail Transfer Protocol) server which transmits the messages into codes or numbers.
Stars: ✭ 228 (+686.21%)
Mutual labels:  email
rscplus
RuneScape Classic client mod & preservation platform
Stars: ✭ 29 (+0%)
Mutual labels:  preservation
Wagonwheel
Offer an online version of your Laravel emails to users.
Stars: ✭ 224 (+672.41%)
Mutual labels:  email
Enmime
MIME mail encoding and decoding package for Go
Stars: ✭ 246 (+748.28%)
Mutual labels:  email
munin-indexer
A social media open post web archiving tool
Stars: ✭ 16 (-44.83%)
Mutual labels:  preservation
islandora vagrant
Islandora testing and development environment
Stars: ✭ 36 (+24.14%)
Mutual labels:  preservation
Email Validation Tool
An easy to use, accurate-ish & extensible email validation library for PHP 7+ 📧
Stars: ✭ 250 (+762.07%)
Mutual labels:  email

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 [email protected]: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

MIT

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].