summaryrefslogtreecommitdiff
path: root/tw/home/files/aerc/accounts.conf
blob: 675e4bc890151c76049856d0c30784f432f1c4f4 (about) (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
[Mythic Beasts]
source            = imaps://timo%40twilken.net@oncilla.mythic-beasts.com
outgoing          = smtps+plain://timo%40twilken.net@smtp-auth.mythic-beasts.com
source-cred-cmd   = pass www/mythic-beasts/email/timo | head -1
outgoing-cred-cmd = pass www/mythic-beasts/email/timo | head -1
default           = INBOX
from              = Timo Wilken <timo@twilken.net>
copy-to           = Sent
postpone          = Drafts
cache-headers     = true

[CERN]
source            = imaps+insecure://twilken@imap.cern.ch
outgoing          = smtp+login://twilken@smtp.cern.ch
source-cred-cmd   = pass cern/sso | head -1
outgoing-cred-cmd = pass cern/sso | head -1
default           = INBOX
smtp-starttls     = yes
from              = Timo Wilken <timo.wilken@cern.ch>
aliases           = twilken@cern.ch
copy-to           = Sent
postpone          = Drafts
cache-headers     = true

[Gmail]
source            = imaps://timo.21.wilken%40gmail.com@imap.gmail.com
outgoing          = smtps+login://timo.21.wilken%40gmail.com@smtp.gmail.com
source-cred-cmd   = pass www/google/app-passwords/mutt | head -1
outgoing-cred-cmd = pass www/google/app-passwords/mutt | head -1
default           = INBOX
from              = Timo Wilken <timo.21.wilken@gmail.com>
copy-to           = [Gmail]/Sent Mail
postpone          = [Gmail]/Drafts
cache-headers     = true

[Cantab]
source            = imaps+xoauth2://tw466%40cantab.ac.uk@outlook.office365.com
outgoing          = smtps+xoauth2://tw466%40cantab.ac.uk@smtp-mail.outlook.com
source-cred-cmd   = mutt_oauth2.py --encryption-pipe='gpg --encrypt --recipient timo@twilken.net' "$XDG_DATA_HOME/neomutt/cantab.gpg"
outgoing-cred-cmd = mutt_oauth2.py --encryption-pipe='gpg --encrypt --recipient timo@twilken.net' "$XDG_DATA_HOME/neomutt/cantab.gpg"
default           = INBOX
from              = Timo Wilken <tw466@cantab.ac.uk>
copy-to           = Sent Items
postpone          = Drafts
cache-headers     = true

[Outlook]
source            = imaps+xoauth2://timo_wilken%40live.co.uk@outlook.office365.com
outgoing          = smtps+xoauth2://timo_wilken%40live.co.uk@smtp-mail.outlook.com
source-cred-cmd   = mutt_oauth2.py --encryption-pipe='gpg --encrypt --recipient timo@twilken.net' "$XDG_DATA_HOME/neomutt/outlook.gpg"
outgoing-cred-cmd = mutt_oauth2.py --encryption-pipe='gpg --encrypt --recipient timo@twilken.net' "$XDG_DATA_HOME/neomutt/outlook.gpg"
default           = INBOX
from              = Timo Wilken <timo_wilken@live.co.uk>
copy-to           = Sent
postpone          = Drafts
cache-headers     = true