Skip to content

Instantly share code, notes, and snippets.

@AndreClaassen1
Last active February 11, 2016 07:09
Show Gist options
  • Save AndreClaassen1/f67dce8d446ca1a43e0c to your computer and use it in GitHub Desktop.
Save AndreClaassen1/f67dce8d446ca1a43e0c to your computer and use it in GitHub Desktop.
iMap Folder Agent Setup for Huginn
{
"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