Created
July 12, 2018 15:25
-
-
Save Tim-Machine/0ed972aead51f193671eea937e28def8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// docs https://developers.google.com/admin-sdk/email-settings/ | |
<?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:apps='http://schemas.google.com/apps/2006'> | |
<title>Mail Filters</title> | |
<id>tag:mail.google.com,2008:filters:1291730846135</id> | |
<updated>2018-07-12T15:18:07Z</updated> | |
<author> | |
<name>Timothy Smith</name> | |
<email>[email protected]</email> | |
</author> | |
<entry> | |
<category term='filter'></category> | |
<title>Mail Filter</title> | |
<id>tag:mail.google.com,2008:filter:1291730846135</id> | |
<updated>2018-07-12T15:18:07Z</updated> | |
<content></content> | |
<apps:property name='from' value='*'/> | |
<apps:property name='hasTheWord' value='unsubscribe'/> | |
<apps:property name='shouldArchive' value='true'/> | |
</entry> | |
</feed> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment