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
An example can be found in the examples/
folder (and should be run in that folder).
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.