added aerc
This commit is contained in:
parent
fe03ecae64
commit
d1850854a5
3 changed files with 1071 additions and 0 deletions
19
.config/aerc/accounts.conf
Normal file
19
.config/aerc/accounts.conf
Normal file
|
@ -0,0 +1,19 @@
|
|||
[Personal]
|
||||
source = imap://daniel%40ficd.ca@127.0.0.1:1143
|
||||
source-cred-cmd = pass show proton/bridge
|
||||
outgoing = smtp://daniel%40ficd.ca@127.0.0.1:1025
|
||||
outgoing-cred-cmd = pass show proton/bridge
|
||||
default = INBOX
|
||||
from = Daniel Fichtinger <daniel@ficd.ca>
|
||||
copy-to = Sent
|
||||
cache-headers = true
|
||||
|
||||
[School]
|
||||
source = imaps+xoauth2://18daf3%40queensu.ca@outlook.office365.com
|
||||
source-cred-cmd = /home/fic/tools/mutt_oauth2.py /home/fic/tools/tokenfile-test
|
||||
outgoing = smtp+xoauth2://18daf3%40queensu.ca@outlook.office365.com:587
|
||||
outgoing-cred-cmd = /home/fic/tools/mutt_oauth2.py /home/fic/tools/tokenfile-test
|
||||
# smtp-starttls = yes
|
||||
from = Daniel Fichtinger <fichtinger.d@queensu.ca>
|
||||
default = INBOX
|
||||
copy-to = Sent
|
Loading…
Add table
Add a link
Reference in a new issue