diff options
| author | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-01-04 21:28:36 -0500 |
|---|---|---|
| committer | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-01-04 21:28:36 -0500 |
| commit | 06d1242317f7159ccf3014f0a1480e7c56236ebb (patch) | |
| tree | 89863b3287ae2c7cc88cd532220f18c38e8d8657 /email/dot-config/imapnotify | |
| parent | 5a41da5881a11ba3fdc3890c342aa3b7eb53e0cf (diff) | |
add all sorts of things
Diffstat (limited to 'email/dot-config/imapnotify')
| -rw-r--r-- | email/dot-config/imapnotify/mit.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/email/dot-config/imapnotify/mit.yaml b/email/dot-config/imapnotify/mit.yaml new file mode 100644 index 0000000..d29f3cf --- /dev/null +++ b/email/dot-config/imapnotify/mit.yaml @@ -0,0 +1,16 @@ +configurations: + - + host: outlook.office365.com + port: 993 + tls: true + tlsOptions: + rejectUnauthorized: false + starttls: false + xoAuth2: true + username: moreka@mit.edu + passwordCmd: 'oama access moreka@mit.edu' + onNewMail: '' + onNewMailPost: SKIP + boxes: + - + mailbox: INBOX |
