summaryrefslogtreecommitdiffstats
path: root/.mutt/outlook
diff options
context:
space:
mode:
authorSadeep Madurange <smadurange@users.noreply.github.com>2022-05-08 00:55:01 +0800
committerSadeep Madurange <smadurange@users.noreply.github.com>2022-05-08 00:55:01 +0800
commit754463245333e63a000ab565e7dba00d3b8e95ac (patch)
treec1a4e8bea66b878dc70a8b6dad2e685388fc9af8 /.mutt/outlook
parent780959f3eed3a970acec91d46a111b85687e8529 (diff)
downloaddotfiles-754463245333e63a000ab565e7dba00d3b8e95ac.tar.gz
mutt
Diffstat (limited to '.mutt/outlook')
-rw-r--r--.mutt/outlook18
1 files changed, 18 insertions, 0 deletions
diff --git a/.mutt/outlook b/.mutt/outlook
new file mode 100644
index 0000000..d8f4f35
--- /dev/null
+++ b/.mutt/outlook
@@ -0,0 +1,18 @@
+# imap settings
+set imap_user=xxxx
+set imap_pass=`pass show microsoft`
+set folder=imaps://outlook.office365.com:993
+set from=xxxx
+set realname=xxxxx
+
+# smtp settings
+set smtp_url=smtp://$imap_user:$imap_pass@smtp.office365.com:587
+
+# mailboxes
+set spoolfile=+INBOX
+mailboxes = +INBOX
+set record=+Sent
+set postponed=+Drafts
+
+# hooks
+account-hook $folder "set imap_user=xxxx imap_pass=`pass show microsoft`"