Last active
February 11, 2016 07:09
-
-
Save AndreClaassen1/f67dce8d446ca1a43e0c to your computer and use it in GitHub Desktop.
iMap Folder Agent Setup for Huginn
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
{ | |
"expected_update_period_in_days": "1", | |
"host": "imap.gmail.com", | |
"ssl": true, | |
"username": "{% credential google_username %}", | |
"password": "{% credential google_password %}", | |
"folders": [ | |
"INBOX" | |
], | |
"conditions": { | |
"subject": "Strava Trainingsplan - Woche \\d+ Tag \\d+" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment