No description
Find a file
2017-01-13 13:12:34 +01:00
docs Typo. 2017-01-11 20:29:17 +01:00
maildir_deduplicate PEP8. 2017-01-13 11:19:18 +01:00
.gitignore HTTPs all the things! 2017-01-11 15:04:56 +01:00
.travis.yml Use dedicated Python 3.6 target in Travis jobs. 2017-01-12 01:22:43 +01:00
CHANGES.rst Release v2.1.0. 2017-01-13 13:12:34 +01:00
LICENSE Fix license rendering and link. 2014-12-15 21:33:43 +01:00
MANIFEST.in Build documentation via Sphinx. 2016-08-15 15:08:24 +02:00
README.rst HTTPs all the things! 2017-01-11 15:04:56 +01:00
readthedocs.yml HTTPs all the things! 2017-01-11 15:04:56 +01:00
setup.cfg Next release no longer bugfix only. Bump revision. 2017-01-12 16:48:05 +01:00
setup.py Update copyright years. 2017-01-12 15:30:39 +01:00

Maildir Deduplicate
===================

Command-line tool to deduplicate mails from a set of maildir folders.

Stable release: |release| |versions| |license| |dependencies|

Development: |build| |docs| |coverage| |quality|

.. |release| image:: https://img.shields.io/pypi/v/maildir-deduplicate.svg
    :target: https://pypi.python.org/pypi/maildir-deduplicate
    :alt: Last release
.. |versions| image:: https://img.shields.io/pypi/pyversions/maildir-deduplicate.svg
    :target: https://pypi.python.org/pypi/maildir-deduplicate
    :alt: Python versions
.. |license| image:: https://img.shields.io/pypi/l/maildir-deduplicate.svg
    :target: https://www.gnu.org/licenses/gpl-2.0.html
    :alt: Software license
.. |dependencies| image:: https://requires.io/github/kdeldycke/maildir-deduplicate/requirements.svg?branch=master
    :target: https://requires.io/github/kdeldycke/maildir-deduplicate/requirements/?branch=master
    :alt: Requirements freshness
.. |build| image:: https://travis-ci.org/kdeldycke/maildir-deduplicate.svg?branch=develop
    :target: https://travis-ci.org/kdeldycke/maildir-deduplicate
    :alt: Unit-tests status
.. |docs| image:: https://readthedocs.org/projects/maildir-deduplicate/badge/?version=develop
    :target: https://maildir-deduplicate.readthedocs.io/en/develop/
    :alt: Documentation Status
.. |coverage| image:: https://codecov.io/gh/kdeldycke/maildir-deduplicate/branch/develop/graph/badge.svg
    :target: https://codecov.io/github/kdeldycke/maildir-deduplicate?branch=develop
    :alt: Coverage Status
.. |quality| image:: https://scrutinizer-ci.com/g/kdeldycke/maildir-deduplicate/badges/quality-score.png?b=develop
    :target: https://scrutinizer-ci.com/g/kdeldycke/maildir-deduplicate/?branch=develop
    :alt: Code Quality


Features
--------

* Duplicate detection based on cherry-picked mail headers.
* Source mails from multiple maildirs.
* Multiple removal strategies based on size, timestamp or file path.
* Dry-run mode.
* Protection against false-positives by checking for size and content
  differences.