mail-query 0.1.0

Parser and typed AST for Gmail-style email search queries. Backend-agnostic.
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "text-bare-word",
  "description": "A bare word parses as Text. Subject to the backend's tokenizer/stemmer.",
  "spec": {
    "source": "Gmail search operators",
    "url": "https://support.google.com/mail/answer/7190",
    "behavior": "Free-text terms without an operator prefix are general search terms."
  },
  "input": "deployment",
  "expected_ast": { "Text": "deployment" }
}