mail-threading 0.1.0

Spec-aligned client-side email threading using RFC 5256/JWZ references.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "empty-input",
  "description": "No messages produce no threads.",
  "spec": {
    "source": "public API contract",
    "url": "https://www.jwz.org/doc/threading.html",
    "behavior": "threading an empty message set is empty"
  },
  "input": [],
  "expected": {
    "threads": []
  }
}