From 8fc38ba57c78f0c620e1026d8332242e71b0da3a Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Fri, 12 Apr 2024 10:15:31 -0500 Subject: Add UTA email account --- tw/services/files/aerc/accounts.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'tw/services/files/aerc') diff --git a/tw/services/files/aerc/accounts.conf b/tw/services/files/aerc/accounts.conf index 5325ee03..3febf651 100644 --- a/tw/services/files/aerc/accounts.conf +++ b/tw/services/files/aerc/accounts.conf @@ -79,6 +79,20 @@ pgp-auto-sign = true pgp-key-id = 53EC3C06856883DD92355BC22FC78504681F69B0 pgp-opportunistic-encrypt = true +[UTA] +source = imaps+xoauth2://timo.wilken%40uta.edu@outlook.office365.com?client_id=9e5f94bc-e8a4-4e73-b8be-63364c29d753&token_endpoint=https://login.microsoftonline.com/common/oauth2/v2.0/token&scope=https://outlook.office.com/SMTP.Send https://outlook.office.com/IMAP.AccessAsUser.All offline_access +outgoing = smtp+xoauth2://timo.wilken%40uta.edu@smtp.office365.com:587?client_id=9e5f94bc-e8a4-4e73-b8be-63364c29d753&token_endpoint=https://login.microsoftonline.com/common/oauth2/v2.0/token&scope=https://outlook.office.com/SMTP.Send https://outlook.office.com/IMAP.AccessAsUser.All offline_access +source-cred-cmd = pass uta/exol/refresh-token +outgoing-cred-cmd = pass uta/exol/refresh-token +default = INBOX +from = Timo Wilken +archive = Archive +copy-to = Sent Items +postpone = Drafts +folders-sort = INBOX,Archive,Sent Items,Drafts +folders-exclude = Calendar,~Calendar/.*,Contacts,Conversation History,Journal,Notes,Tasks +cache-headers = true + [Outlook] source = imaps+xoauth2://timo_wilken%40live.co.uk@outlook.office365.com?client_id=9e5f94bc-e8a4-4e73-b8be-63364c29d753&token_endpoint=https://login.microsoftonline.com/common/oauth2/v2.0/token&scope=https://outlook.office.com/SMTP.Send https://outlook.office.com/IMAP.AccessAsUser.All offline_access outgoing = smtp+xoauth2://timo_wilken%40live.co.uk@smtp-mail.outlook.com:587?client_id=9e5f94bc-e8a4-4e73-b8be-63364c29d753&token_endpoint=https://login.microsoftonline.com/common/oauth2/v2.0/token&scope=https://outlook.office.com/SMTP.Send https://outlook.office.com/IMAP.AccessAsUser.All offline_access -- cgit v1.2.3