chore: updated mutt/mutt_oauth2.py

This commit is contained in:
2025-07-27 01:35:47 +10:00
parent 642604e1a1
commit ee6c4f4eb4

View File

@ -45,7 +45,7 @@ import readline
# encryption and decryption pipes you prefer. They should read from standard
# input and write to standard output. The example values here invoke GPG,
# although won't work until an appropriate identity appears in the first line.
ENCRYPTION_PIPE = ['gpg', '--encrypt', '--recipient', 'Comprofix Oauth2']
ENCRYPTION_PIPE = ['gpg', '--encrypt', '--recipient', '69D1B6909E78A7F20526AD571EC54A8408667FA6']
DECRYPTION_PIPE = ['gpg', '--decrypt']
registrations = {
@ -76,7 +76,7 @@ registrations = {
'https://outlook.office.com/POP.AccessAsUser.All '
'https://outlook.office.com/SMTP.Send'),
'client_id': '08162f7c-0fd2-4200-a84a-f25a4db0b584',
'client_secret': 'TxRBilcHdC6WGBee]fs?QR:SJ8nI[g82'
'client_secret': 'TxRBilcHdC6WGBee]fs?QR:SJ8nI[g82',
},
}