Gmail Filters made easy
Some time ago Google has made available a new feature by which you can upload filters with an XML file.
The good thing about this is that you can just write down a single file and define all the filters in there and then load them at once.
The file structure will look like this:
<entry>
<title>Mail Filter</title>
<apps:property name='from' value='semwired@gmail.com'/>
<apps:property name='label' value='semwired mails'/>
</entry>
You can easily download, share and upload new filters from Settings -> Filters.


Write a Comment