home-config/aerc/accounts.conf
48d0963e1ebb98455b9aea24152c62d6d04800ff
· 1.7 KB · 32 lines
raw
| 1 | [Personal] |
| 2 | source = imaps://ryan%40rschanz.org@mail.rschanz.org:993 |
| 3 | source-cred-cmd = pass emails/personal 2>/dev/null | tr -d '\n' |
| 4 | outgoing = smtps://ryan%40rschanz.org@mail.rschanz.org:465 |
| 5 | outgoing-cred-cmd = pass emails/personal 2>/dev/null | tr -d '\n' |
| 6 | default = INBOX |
| 7 | from = Ryan Schanzenbacher <ryan@rschanz.org> |
| 8 | copy-to = Sent |
| 9 | signature-file = ~/.config/aerc/signature_personal |
| 10 | check-mail = 5m |
| 11 | aliases = Ryan S <ryan+ritlugdemo@rschanz.org>, Ryan Schanzenbacher <ryan+guixdevel@rschanz.org> |
| 12 | |
| 13 | [Development] |
| 14 | source = imaps://ryan_devel%40rschanz.org@mail.rschanz.org:993 |
| 15 | source-cred-cmd = pass emails/development 2>/dev/null | tr -d '\n' |
| 16 | outgoing = smtps://ryan_devel%40rschanz.org@mail.rschanz.org:465 |
| 17 | outgoing-cred-cmd = pass emails/development 2>/dev/null | tr -d '\n' |
| 18 | default = INBOX |
| 19 | from = Ryan <ryan_devel@rschanz.org> |
| 20 | copy-to = Sent |
| 21 | check-mail = 5m |
| 22 | |
| 23 | [School] |
| 24 | 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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 |
| 25 | source-cred-cmd = pass emails/rit_personal 2>/dev/null | tr -d '\n' |
| 26 | 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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 |
| 27 | outgoing-cred-cmd = pass emails/rit_personal 2>/dev/null | tr -d '\n' |
| 28 | from = Ryan Schanzenbacher <rjs1877@rit.edu> |
| 29 | signature-file = ~/.config/aerc/signature_rit_personal |
| 30 | check-mail = 5m |
| 31 | default = INBOX |
| 32 | copy-to = [Gmail]/Sent Mail |