summaryrefslogtreecommitdiff
path: root/.mutt/tech
blob: df002874c1a17f9b9ed103d510d869aa54953f4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## IMAP
set imap_user = dsholman42@tntech.edu
set imap_pass = `pass tntech.edu/dsholman42`
set folder = imaps://outlook.office365.com
set spoolfile = +INBOX
set postponed = +Drafts
set record = "+Sent Items"
unmailboxes *
mailboxes =INBOX =Drafts "=Sent Items" "=Deleted Items"

## SMTP
set smtp_url = smtp://$imap_user@outlook.office365.com
set smtp_pass = $imap_pass
set realname = "Danny Holman"
set from = $imap_user
set ssl_force_tls = yes
set smtp_authenticators = "login"
set ssl_starttls

## Hook
account-hook $folder "set imap_user=dsholman42@tntech.edu imap_pass=`pass tntech.edu/dsholman42`"