Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.16 KB

README.rst

File metadata and controls

33 lines (18 loc) · 1.16 KB

jwzthreading

https://travis-ci.org/FreeDiscovery/jwzthreading.svg?branch=master https://ci.appveyor.com/api/projects/status/o8safgx3jrfgubkd/branch/master?svg=true

This is an implementation of a fast and smart algorithm for threading mail messages, as described by Jamie Zawinski at http://www.jwz.org/doc/threading.html.

This package is a fork of akuchling/jwzthreading that supports both Python 2.7 and 3.4+. It is based on the JWZ implementation by A.M. Kuchling, with later contributions by F.J. Breunig, B. Grégoire, S. Finucane and R. Yurchak.

To install this package run,

pip install git+https://github.com/FreeDiscovery/jwzthreading.git

Examples

An example can be found in the examples/ folder (and should be run in that folder).

Contributing

Please open a Github issue for any question / comment about this code.

This code is under a BSD-style license; see the LICENSE file for the full text.