Command-line tool to deduplicate mails from a set of boxes
Mail Deduplicate
Command-line tool to deduplicate mails from a set of boxes.
Features
- Duplicate detection based on cherry-picked and normalized mail headers.
- Source and deduplicate mails from multiple sources.
- Reads and writes to
mbox
,maildir
,babyl
,mh
andmmdf
formats. - Multiple duplicate selection strategies based on size, content, timestamp, file path or random choice.
- Copy, move or delete the resulting set of mails after the deduplication.
- Dry-run mode.
- Protection against false-positives by checking for size and content differences.
Screenshots
Installation
This package is available on PyPi, so you can install the latest stable release and its dependencies with a simple pip
call:
$ pip install mail-deduplicate
Documentation
GitHub