summaryrefslogtreecommitdiff
path: root/.config/offlineimap/config
blob: 2fc6eccfd6c723884b18f1553e09155e6a02253c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# -*- Mode: Conf -*-
[general]
accounts = ATT
metadata = ~/.local/share/offlineimap

## AT&T ###############################################################

[Account ATT]
localrepository = Local-Main
remoterepository = Remote-SBCGlobal

[Repository Local-Main]
type = Maildir
localfolders = ~/Maildir
sep = .
folderfilter = lambda folder: folder in [ 'Inbox', 'Bulk Mail' ]

[Repository Remote-SBCGlobal]
type = IMAP
ssl = yes
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
auth_mechanisms = PLAIN
remotehost = imap.mail.yahoo.com
remoteuser = lukeshu@sbcglobal.net
folderfilter = lambda folder: folder in [ 'Inbox', 'Bulk Mail' ]
idlefolders =  [ 'Inbox', 'Bulk Mail' ]