Skip to content

Instantly share code, notes, and snippets.

@andris9
Forked from rposbo/hoodieconfig.json
Created October 9, 2014 14:23
Show Gist options
  • Save andris9/00f4634cc766be8c5a76 to your computer and use it in GitHub Desktop.
Save andris9/00f4634cc766be8c5a76 to your computer and use it in GitHub Desktop.
{
"plugins": ["ID", "X-GM-EXT-1", "XOAUTH2", "STARTTLS", "SASL-IR", "AUTH-PLAIN", "NAMESPACE", "IDLE", "ENABLE", "CONDSTORE", "XTOYBIRD", "LITERALPLUS", "UNSELECT", "SPECIAL-USE", "CREATE-SPECIAL-USE"],
"debug": true,
"secureConnection": true,
"port": 993,
"smtpPort": 465,
"users": {
"testuser": {
"password": "testpass",
"xoauth2": {
"accessToken": "testtoken",
"sessionTimeout": 3600000
}
},
"testuser2": {
"password": "testpass",
"xoauth2": {
"accessToken": "testtoken",
"sessionTimeout": 3600000
}
},
"testuser3": {
"password": "testpass",
"xoauth2": {
"accessToken": "testtoken",
"sessionTimeout": 3600000
}
},
"testuser4": {
"password": "testpass",
"xoauth2": {
"accessToken": "testtoken",
"sessionTimeout": 3600000
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment