aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Wilken2024-04-12 10:15:31 -0500
committerTimo Wilken2024-04-12 10:15:31 -0500
commit8fc38ba57c78f0c620e1026d8332242e71b0da3a (patch)
treeb9f3bb0fa0cf0f35588b4e1636a177f1fdf97208
parent3b6cf29e915360407c4dae68931b234d909677e4 (diff)
Add UTA email account
-rw-r--r--tw/services/files/aerc/accounts.conf14
1 files changed, 14 insertions, 0 deletions
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 <timo.wilken@uta.edu>
+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