gmailfilters icon indicating copy to clipboard operation
gmailfilters copied to clipboard

A tool to sync Gmail filters from a config file to your account.

Results 16 gmailfilters issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20191011191535-87dc89f01550 to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.0.0-20191011191535-87dc89f01550&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20190620200207-3b0461eec859 to 0.7.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20190620200207-3b0461eec859&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Think I wish this repo had in the beginning (needed export, but was quite hidden). Thanks for the project! (: Signed-off-by: Bartlomiej Plotka

closes #11 In scenarios where `from:` is the only criteria on a filter, the application skips over the filter properties (it would appear that `gmailFilter.Criteria.Query` does not include `from:` criteria)....

Add a "Getting Started" guide to make the setup easier. This is [how it looks](https://github.com/ahmadawais/gmailfilters/blob/patch-1/README.md) → ![image](https://user-images.githubusercontent.com/960133/83296899-fca0f100-a20a-11ea-82a7-689aac08e84e.png) Peace! ✌️

Hello, I am trying to run the software in an Ubuntu box, but I am getting this error: `lorenzo@kwaremont:~$ gmailfilters -f Scaricati/credentials.json -t token.json -e test.conf exporting existing filters... panic:...

This PR adds support for starring messages that match a filter. Thanks so much for writing this library! I just consolidated so many of my filter rules into a nice...

Hi folks, I'm unable to generate creds that don't generate an error 403(insufficient permissions) due to the needed modification scope on the application. Anyone found a way around this? thanks!

Hi! As we [discussed on Twitter](https://twitter.com/inkel/status/1083433427423117312), I've been trying to use this tool but no matter what combination of things I click on the console for creating the credentials, I...

When exporting filters, it appears that `IMPORTANT` is treated as one of the special label IDs, alongside `INBOX`, `UNREAD`, and `TRASH`. The gmail filter UI appears to support `IMPORTANT` in...