aboutsummaryrefslogtreecommitdiff
path: root/Mail/offlineimaprc
blob: a54e9f529fbfdcff14b2247a3ae448095020f7d0 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
[general]
ui = ttyui
accounts = Dovecot
# This will suppress anything but errors
ui = quiet

[Account Dovecot]
localrepository = Dovecot-Local
remoterepository = Dovecot-Remote
autorefresh = 15

[Repository Dovecot-Local]
type = Maildir
localfolders = ~/.mail/dove

[Repository Dovecot-Remote]
type = IMAP
idlefolders = ['INBOX']
remotehost = skozl.com
remoteuser = v@skozl.com
#remotepass = youwish
ssl = yes
sslcacertfile = /etc/ssl/certs/ca-certificates.crt

[Account Gmail]
localrepository = Gmail-Local
remoterepository = Gmail-Remote

[Repository Gmail-Local]
type = Maildir
localfolders = ~/.mail/Gmail
nametrans = lambda folder: {'drafts':  '[Gmail]/Drafts',
                            'sent':    '[Gmail]/Sent Mail',
                            'flagged': '[Gmail]/Starred',
                            'trash':   '[Gmail]/Trash',
                            'spam':    '[Gmail]/Spam',
                            'archive': '[Gmail]/All Mail',
                            }.get(folder, folder)


[Repository Gmail-Remote]
type = Gmail
#idlefolders = ['INBOX']
remoteuser = vasil.zlatanov@gmail.com
#remotepass = youwish
realdelete = yes
maxconnections = 2
sslcacertfile = ~/.mutt/ca-certificates.crt
nametrans = lambda folder: {'[Gmail]/Drafts':    'drafts',
                            '[Gmail]/Sent Mail': 'sent',
                            '[Gmail]/Starred':   'flagged',
                            '[Gmail]/Trash':     'trash',
                            '[Gmail]/Spam':      'spam',
                            '[Gmail]/All Mail':  'archive',
                            }.get(folder, folder)

[Account BitMessage]
localrepository = BitMessage-Local
remoterepository = BitMessage-Remote
autorefresh = 15

[Repository BitMessage-Local]
type = Maildir
localfolders = ~/.mail/Swiss

[Repository BitMessage-Remote]
type = IMAP
idlefolders = ['INBOX']
remotehost = mail.bitmessage.ch
remoteuser = BM-2cT677uioXaWcyyGPoLeS1t7fSoYbmFscj@bitmessage.ch
#remotepass = youwish
ssl = yes
cert_fingerprint = f7dbaf99a66bdcc4fcf0cc7ca76b812d5e4bbb59