From 8387aec5fee1775504e4b7d72216506ebeaf865a Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sun, 28 May 2023 23:50:05 +0200 Subject: Add timo@wilkenfamily.de email account --- tw/home/files/aerc/accounts.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'tw/home/files') diff --git a/tw/home/files/aerc/accounts.conf b/tw/home/files/aerc/accounts.conf index acbc36c8..42337401 100644 --- a/tw/home/files/aerc/accounts.conf +++ b/tw/home/files/aerc/accounts.conf @@ -12,6 +12,20 @@ pgp-auto-sign = true pgp-key-id = 53EC3C06856883DD92355BC22FC78504681F69B0 pgp-opportunistic-encrypt = true +[Wilken] +source = imaps://timo%40wilkenfamily.de@oncilla.mythic-beasts.com +outgoing = smtps+plain://timo%40wilkenfamily.de@smtp-auth.mythic-beasts.com +source-cred-cmd = pass www/mythic-beasts/timo@wilkenfamily.de | head -1 +outgoing-cred-cmd = pass www/mythic-beasts/timo@wilkenfamily.de | head -1 +default = INBOX +from = Timo Wilken +copy-to = Sent +postpone = Drafts +cache-headers = true +pgp-auto-sign = true +pgp-key-id = 53EC3C06856883DD92355BC22FC78504681F69B0 +pgp-opportunistic-encrypt = true + [CERN] # https://man.sr.ht/~rjarry/aerc/providers/microsoft.md#office365-with-xoauth2 source = imaps+xoauth2://timo.wilken%40cern.ch@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 -- cgit v1.2.3