This repository has been archived on 2023-01-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
mail-config/offlineimap/.offlineimaprc

33 lines
791 B
Plaintext
Raw Normal View History

2017-04-13 13:08:50 +02:00
[general]
# List of accounts to be synced, separated by a comma.
accounts = FSFE
pythonfile = ~/.offlineimap/getpass.py
socktimeout = 30
[Account FSFE]
localrepository = FSFE-local
remoterepository = FSFE-remote
2017-05-01 20:26:02 +02:00
#status_backend = sqlite
2017-04-13 13:08:50 +02:00
folderfilter = lambda folder: folder not in ['Trash']
[Repository FSFE-local]
type = Maildir
localfolders = ~/Mails/FSFE
2019-03-05 10:33:49 +01:00
#[Repository FSFE-remote]
#type = IMAP
#remotehost = fomalhaut.uberspace.de
#remoteuser = fsfe@mehl.mx
#sslcacertfile = /etc/ssl/certs/ca-certificates.crt
#remotepasseval = get_pass("FSFE")
#maxconnections = 2
2017-04-13 13:08:50 +02:00
[Repository FSFE-remote]
type = IMAP
2019-03-05 10:33:49 +01:00
remotehost = machholz.uberspace.de
remoteuser = fsfe@ext2.mehl.mx
2017-04-13 13:08:50 +02:00
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
2019-11-05 17:36:44 +01:00
remotepasseval = get_pass("Mail/IMAP-FSFE")
2020-10-20 15:29:51 +02:00
maxconnections = 10