From 754463245333e63a000ab565e7dba00d3b8e95ac Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sun, 8 May 2022 00:55:01 +0800 Subject: mutt --- .mutt/outlook | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .mutt/outlook (limited to '.mutt/outlook') 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`" -- cgit v1.2.3