jessfraz / gmailfilters

A tool to sync Gmail filters from a config file to your account.
MIT License
548 stars 34 forks source link

Handle Filters.List response having only from: criteria #12

Open crossan007 opened 5 years ago

crossan007 commented 5 years ago

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).

This PR probably does not yet address all scenarios where Filter Critera are present, but not accounted for in gmailFilter.Criteria.Query

dafyddcrosby commented 4 years ago

Found a few other items missing in the patch https://github.com/crossan007/gmailfilters/pull/1