PHP library for generating importable Gmail filters in XML
Find a file
Oliver Davies e33e9edce4
Remove blank line
Removed as this gets rendered in the XML file and causes Gmail to not recognise it.
2018-01-04 19:33:09 +00:00
.circleci Different quotes 2018-01-04 07:56:44 +00:00
bin Remove blank line 2018-01-04 19:33:09 +00:00
src Re-add create method 2017-12-30 18:22:12 +00:00
tests/Unit Hide filters 2017-12-30 13:42:56 +00:00
.gitignore Ignore .xml files 2017-11-28 00:51:09 +00:00
composer.json Add generate-filters 2018-01-04 13:03:21 +00:00
LICENSE Create LICENSE 2017-12-30 11:11:40 +00:00
phpunit.xml.dist Initial setup 2017-11-03 11:18:08 +00:00
README.md Update README.md 2018-01-04 07:43:34 +00:00

Gmail Filter Builder

This library allows you to define Gmail filters in PHP, and then generate XML that you can import into Gmail's filter settings

Inspired by https://github.com/antifuchs/gmail-britta.