AutoYADM commit: 2025-03-20 14:15:46

This commit is contained in:
Daniel Fichtinger 2025-03-20 14:15:46 -04:00
parent dad0505e18
commit 79eeec6253
5 changed files with 45 additions and 58 deletions

View file

@ -55,13 +55,35 @@
# # cache-headers = true
# # signature-file = /home/fic/mail/daniel@ficd.ca.sig
# # [School-IMAP]
# # source = imaps+xoauth2://18daf3%40queensu.ca@outlook.office365.com?token_endpoint=https://login.microsoftonline.com/common/oauth2/v2.0/token&client_id=9e5f94bc-e8a4-4e73-b8be-63364c29d753
# # # source-cred-cmd = /home/fic/tools/mutt_oauth2.py /home/fic/tools/tokenfile-test
# # source-cred-cmd = gpg --decrypt --quiet /home/fic/tools/tokenfile-test | jq -r '.refresh_token'
# # outgoing = smtp+xoauth2://18daf3%40queensu.ca@outlook.office365.com:587
# # outgoing-cred-cmd = /home/fic/tools/mutt_oauth2.py /home/fic/tools/tokenfile-test
# # from = Daniel Fichtinger <fichtinger.d@queensu.ca>
# # default = INBOX
# # copy-to = Sent
# # signature-file = /home/fic/mail/fichtinger.d@queensu.ca.sig
[Fastmail]
source = jmap+oauthbearer://@api.fastmail.com/jmap/session
source-cred-cmd = pass show fastmail/aerc
outgoint = jmap://
default = Inbox
folders-sort = Inbox
from = Daniel Fichtinger <daniel@ficd.ca>
use-labels = true
cache-state = true
cache-blobs = true
# Address Book
carddav-source = https://daniel%40ficd.ca@carddav.fastmail.com/dav/addressbooks/user/address@fastmail.com/Default
carddav-source-cred-cmd = pass show fastmail/carddav
address-book-cmd = carddav-query -S fastmail %s
pgp-auto-sign = true
pgp-self-encrypt = true
pgp-attach-key = true
pgp-opportunistic-encrypt = false
pgp-error-level = warn
pgp-key-id = 965699C862DA92143CDE2877D1B0947B25420214
[School-IMAP]
source = imaps+xoauth2://18daf3%40queensu.ca@outlook.office365.com?token_endpoint=https://login.microsoftonline.com/common/oauth2/v2.0/token&client_id=9e5f94bc-e8a4-4e73-b8be-63364c29d753
# source-cred-cmd = /home/fic/tools/mutt_oauth2.py /home/fic/tools/tokenfile-test
source-cred-cmd = gpg --decrypt --quiet /home/fic/tools/tokenfile-test | jq -r '.refresh_token'
outgoing = smtp+xoauth2://18daf3%40queensu.ca@outlook.office365.com:587
outgoing-cred-cmd = /home/fic/tools/mutt_oauth2.py /home/fic/tools/tokenfile-test
from = Daniel Fichtinger <fichtinger.d@queensu.ca>
default = INBOX
copy-to = Sent
signature-file = /home/fic/mail/fichtinger.d@queensu.ca.sig