Skip to content

Implementation of the JWZ threading algorithm for e-mail or newsgroup messages.

License

Notifications You must be signed in to change notification settings

FreeDiscovery/jwzthreading

 
 

Repository files navigation

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.

About

Implementation of the JWZ threading algorithm for e-mail or newsgroup messages.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Python 99.7%
  • Makefile 0.3%