AutoYADM commit: 2025-07-10 16:05:01
This commit is contained in:
parent
cfd6b46257
commit
74c1205958
1 changed files with 27 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
[Fastmail]
|
[ficd.ca]
|
||||||
# server stuff
|
# server stuff
|
||||||
source = jmap+oauthbearer://@api.fastmail.com/jmap/session
|
source = jmap+oauthbearer://@api.fastmail.com/jmap/session
|
||||||
source-cred-cmd = pass show fastmail/aerc
|
source-cred-cmd = pass show fastmail/aerc
|
||||||
|
@ -25,6 +25,32 @@ carddav-source = https://daniel%40ficd.ca@carddav.fastmail.com/dav/
|
||||||
carddav-source-cred-cmd = pass show fastmail/carddav
|
carddav-source-cred-cmd = pass show fastmail/carddav
|
||||||
address-book-cmd = /home/fic/tools/carddav-query.py -S Fastmail %s
|
address-book-cmd = /home/fic/tools/carddav-query.py -S Fastmail %s
|
||||||
|
|
||||||
|
[ficd.sh]
|
||||||
|
# server stuff
|
||||||
|
source = jmap+oauthbearer://@api.fastmail.com/jmap/session
|
||||||
|
source-cred-cmd = pass show fastmail/aerc
|
||||||
|
outgoing = jmap://
|
||||||
|
default = Inbox
|
||||||
|
folders-sort = Inbox
|
||||||
|
# JMAP stuff
|
||||||
|
use-labels = true
|
||||||
|
cache-state = false
|
||||||
|
cache-blobs = true
|
||||||
|
# Identity stuff
|
||||||
|
from = Daniel Fichtinger <daniel@ficd.sh>
|
||||||
|
signature-file = /home/fic/mail/daniel@ficd.sh.sig
|
||||||
|
use-envelope-from = true
|
||||||
|
# pgp-auto-sign = true
|
||||||
|
# pgp-self-encrypt = true
|
||||||
|
# pgp-attach-key = false
|
||||||
|
# pgp-opportunistic-encrypt = false
|
||||||
|
# pgp-error-level = warn
|
||||||
|
# pgp-key-id = 965699C862DA92143CDE2877D1B0947B25420214
|
||||||
|
# Address Book
|
||||||
|
carddav-source = https://daniel%40ficd.sh@carddav.fastmail.com/dav/addressbooks/user/daniel@ficd.sh/Default
|
||||||
|
carddav-source-cred-cmd = pass show fastmail/carddav
|
||||||
|
address-book-cmd = /home/fic/tools/carddav-query.py -S Fastmail %s
|
||||||
|
|
||||||
[Outlook]
|
[Outlook]
|
||||||
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 = 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 = /home/fic/tools/mutt_oauth2.py /home/fic/tools/tokenfile-test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue