From 9e70f144dde840fed8d8b485f9396638139ec310 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Sun, 14 Jun 2026 23:39:10 -0400 Subject: Initial Commit for mac testing --- users/ryan/aerc/accounts.conf | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 users/ryan/aerc/accounts.conf (limited to 'users/ryan/aerc/accounts.conf') diff --git a/users/ryan/aerc/accounts.conf b/users/ryan/aerc/accounts.conf new file mode 100644 index 0000000..b140dbd --- /dev/null +++ b/users/ryan/aerc/accounts.conf @@ -0,0 +1,24 @@ +[Personal] +source = jmap://ryan%40rschanz.org@mail.rschanz.org/jmap/session +source-cred-cmd = pass emails/personal 2>/dev/null | tr -d '\n' +outgoing = jmap:// +default = Inbox +from = Ryan Schanzenbacher +copy-to = Sent +signature-file = ~/.config/aerc/signature_personal +#check-mail = 5m +aliases = Ryan S , Ryan Schanzenbacher +pgp-self-encrypt = true + +[School] +source = imaps+oauthbearer://rjs1877%40rit.edu@imap.gmail.com:993?token_endpoint=https%3A%2F%2Faccounts.google.com%2Fo%2Foauth2%2Ftoken&client_id=667738788924-0rdfvaq9ijfo1vk4474eb3quf8206h2t.apps.googleusercontent.com&client_secret=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 +source-cred-cmd = pass emails/rit_personal 2>/dev/null | tr -d '\n' +outgoing = smtps+oauthbearer://rjs1877%40rit.edu@imap.gmail.com:465?token_endpoint=https%3A%2F%2Faccounts.google.com%2Fo%2Foauth2%2Ftoken&client_id=667738788924-0rdfvaq9ijfo1vk4474eb3quf8206h2t.apps.googleusercontent.com&client_secret=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 +outgoing-cred-cmd = pass emails/rit_personal 2>/dev/null | tr -d '\n' +from = Ryan Schanzenbacher +signature-file = ~/.config/aerc/signature_rit_personal +check-mail = 5m +default = INBOX +copy-to = [Gmail]/Sent Mail +pgp-self-encrypt = true + -- cgit v1.3