Skip to main content

gmail-yaml-filters

Build Status

A quick tool for generating Gmail filters from YAML rules.

Interested in helping? See CONTRIBUTING.md for a few guidelines.

Getting Started

It's strongly recommended to use a tool like pipx to install this package in an isolated environment:

$ pipx install gmail-yaml-filters

Generating XML

By default, the command line script will generate XML to stdout, which you can then upload to Gmail yourself:

$ gmail-yaml-filters my-filters.yaml > my-filters.xml

Synchronization via Gmail API

If you are the trusting type, you can authorize the script to upload new filters and remove obsolete filters via Gmail's API. Before using any of these commands, you will need to create client_secret.json and store it in the same directory as your YAML file.

# Upload all filters (and create new labels) from the configuration file
$ gmail-yaml-filters --upload my-filters.yaml

# Delete any filters that aren't defined in the configuration file
$ gmail-yaml-filters --prune my-filters.yaml

# Do both of these steps at once.
$ gmail-yaml-filters --sync my-filters.yaml

# See what would happen but don't apply any changes.
$ gmail-yaml-filters --dry-run --sync my-filters.yaml

# Delete all your filters. (Yikes!)
$ gmail-yaml-filters --delete-all

If you need to pipe configuration from somewhere else, you can do that by passing a single dash as the filename.

# (but why would you need to do this?)
$ cat filters.yaml | gmail-yaml-filters --sync -

Sample Configuration

# Simple example
-
  from: googlealerts-noreply@google.com
  label: news
  not_important: true

# Boolean conditions
-
  from:
    any:
      - alice
      - bob
      - carol
  to:
    all: [me, -MyBoss]
  label: conspiracy

# Nested conditions
-
  from: lever.co
  label: hiring
  more:
    -
      has: 'completed feedback'
      archive: true
    -
      has: 'what is your feedback'
      star: true
      important: true

# Foreach loops
-
  for_each:
    - list1
    - list2
    - list3
  rule:
    to: "{item}@mycompany.com"
    label: "{item}"

# Foreach loops with complex structures
-
  for_each:
    - [mailing-list-1a, list1]
    - [mailing-list-1b, list1]
    - [mailing-list-1c, list1]
    - [mailing-list-2a, list2]
    - [mailing-list-2b, list2]
  rule:
    to: "{item[0]}@mycompany.com"
    label: "{item[1]}"
-
  for_each:
    - {list: list1, domain: example.com}
    - {list: list2, domain: whatever.com}
  rule:
    to: "{list}@{domain}"
    label: "{list}"

Configuration

Supported conditions:

  • has (also match)
  • does_not_have (also missing, no_match)
  • subject
  • list
  • labeled
  • from, to, cc, and bcc
  • category
  • deliveredto
  • filename
  • larger
  • smaller
  • size
  • rfc822msgid
  • is and has work like Gmail's search operators, for example:
    • has: attachment is translated to match: "has:attachment"
    • is: -snoozed is translated to no_match: "is:snoozed"

Supported actions:

  • archive
  • forward
  • important (also mark_as_important)
  • label, including support for Gmail's category tabs:
    • CATEGORY_PERSONAL
    • CATEGORY_SOCIAL
    • CATEGORY_PROMOTIONS
    • CATEGORY_UPDATES
    • CATEGORY_FORUMS
  • not_important (also never_mark_as_important)
  • not_spam
  • read (also mark_as_read)
  • star
  • trash (also delete)

Any set of rules with ignore: true will be ignored and not written to XML.

Similar Projects

Release files for gmail-yaml-filters 0.10.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for gmail-yaml-filters 0.10.0
File Size Uploaded
gmail-yaml-filters-0.10.0.tar.gz 14.7 kB Details

Release files / gmail-yaml-filters-0.10.0.tar.gz

Download URL gmail-yaml-filters-0.10.0.tar.gz
Size 14.7 kB
Tags Source
SHA-256 checksum
How to use checksums
5bf1b428281c2a1a9534d14fa6ecdd688d98a3da812a0d7a4c3aafd5b64c3fca
BLAKE2b-256 checksum
How to use checksums
5bf2dba4818fec40af6a3c8c571dd889c0f35c5da6858e3fa81bcf3eec677861
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.2

Release history Release notifications | RSS feed

This release

0.10.0 This release

1 release file

0.9.5

1 release file

0.9.4

1 release file

0.9.3

1 release file

0.9.2

1 release file

0.9.1

1 release file

0.9

1 release file

0.8.1

1 release file

0.8

1 release file

0.7.4

1 release file

0.7.2

1 release file

0.7.1

1 release file

0.7

1 release file

0.6.2

1 release file

0.6.1

1 release file

0.6

1 release file

0.5.1

1 release file

0.4

1 release file

0.2

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page