repo.or.cz
/
antidote.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
antidote: add basic imap support and autotools
[antidote.git]
/
doc
/
antidote.conf.sample
blob
5045774247e1b1e6b36368197efa2421cadfa124
1
#For now you must put this file at ~/.config/antidote/antidote.conf
2
[general]
3
accounts=foo
4
[foo]
5
imap_host = imap.foo.org
6
imap_port = 993
7
imap_username = foo
8
imap_password = bar
9
imap_ssl = true