Skip to content

Instantly share code, notes, and snippets.

@s-amemiya
Created March 18, 2012 12:10
Show Gist options
  • Select an option

  • Save s-amemiya/2071002 to your computer and use it in GitHub Desktop.

Select an option

Save s-amemiya/2071002 to your computer and use it in GitHub Desktop.
config.yml for Gmail
## -*- encoding: utf-8 -*-
##
## example configuration (version >= 1.2)
##
## if undefine LogDir, Debug mode is forcefully enabled.
LogDir: logs/
Debug: false
Daemon: false
## API Key can be defined up to 5-keys with comma separated values.
Prowl:
APIKey: ****************************************
## IMAP Accounts.
Accounts:
-
Application: Gmail
User: *****
Pass: *****
Host: imap.gmail.com
BodyLength: 100
SubjectLength: 20
Priority: 0
Format: "%{subject} (%{name} <%{addr}>)"
Timeout: 7 # Timeout for NoResponse during IDLE. Recommend you set 6-7 for GMail. (in minutes)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment