voidrice/.offlineimaprc
2017-06-02 15:49:10 -04:00

26 lines
483 B
Plaintext

[general]
accounts = gmail
#pythonfile = ~/.config/Scripts/decrypt.py
starttls = yes
ssl = yes
#######
[Account gmail]
localrepository = gmail-local
remoterepository = gmail-remote
[Repository gmail-remote]
type = Gmail
remoteuser = YOURNAME@gmail.com
remotepass = $PASSWORD
#folderfilter = lambda foldername: foldername not in ['[Gmail]/All Mail']
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
[Repository gmail-local]
type = Maildir
localfolders = ~/.Mail/Gmail
#######