summaryrefslogtreecommitdiff
path: root/home-config/aerc/accounts.conf
diff options
context:
space:
mode:
Diffstat (limited to 'home-config/aerc/accounts.conf')
-rw-r--r--home-config/aerc/accounts.conf13
1 files changed, 12 insertions, 1 deletions
diff --git a/home-config/aerc/accounts.conf b/home-config/aerc/accounts.conf
index 239a2c1..ff06cee 100644
--- a/home-config/aerc/accounts.conf
+++ b/home-config/aerc/accounts.conf
@@ -1,6 +1,6 @@
1[Personal] 1[Personal]
2source = imaps://ryan%40rschanz.org@mail.rschanz.org:993 2source = imaps://ryan%40rschanz.org@mail.rschanz.org:993
3source-cred-cmd = sh -c "cat ~/Documents/eml.pw" 3source-cred-cmd = cat ~/Documents/email_creds/personal.pw
4outgoing = smtps://ryan%40rschanz.org@mail.rschanz.org:465 4outgoing = smtps://ryan%40rschanz.org@mail.rschanz.org:465
5outgoing-cred-cmd = sh -c "cat ~/Documents/eml.pw" 5outgoing-cred-cmd = sh -c "cat ~/Documents/eml.pw"
6default = INBOX 6default = INBOX
@@ -8,3 +8,14 @@ from = Ryan Schanzenbacher <ryan@rschanz.org>
8copy-to = Sent 8copy-to = Sent
9signature-file = ~/.config/aerc/signature_personal 9signature-file = ~/.config/aerc/signature_personal
10check-mail = 5m 10check-mail = 5m
11
12[School]
13source = 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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
14source-cred-cmd = cat ~/Documents/email_creds/rit_personal.pw
15outgoing = smtps+oauthbearer://rjs1877%40rit.edu@imap.gmail.com:465?token_endpoint=https%3A%2F%2Faccounts.google.com%2Fo%2Foauth2%2Ftoken
16outgoing-cred-cmd = cat ~/Documents/email_creds/rit_personal.pw
17from = Ryan Schanzenbacher <rjs1877@rit.edu>
18signature-file = ~/.config/aerc/signature_rit_personal
19check-mail = 5m
20default = INBOX
21copy-to = [Gmail]/Sent Mail