Created
December 9, 2016 08:56
-
-
Save yangxuan8282/a18d757429c2e3a89699325045c742b3 to your computer and use it in GitHub Desktop.
Hotmail template config for mutt, just insert your mail account and password to "imap_user" and "imap_pass", if 2-factor is enable, generate an app password.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set ssl_starttls=yes | |
set ssl_force_tls=yes | |
set imap_user = '[email protected]' | |
set imap_pass = 'password_here' | |
set from= $imap_user | |
set use_from=yes | |
set realname='Your_Name' | |
set folder = imaps://imap-mail.outlook.com:993 | |
set spoolfile = "+INBOX" | |
set postponed="+[hotmail]/Drafts" | |
set mail_check = 100 | |
set header_cache = "~/.mutt/cache/headers" | |
set message_cachedir = "~/.mutt/cache/bodies" | |
set certificate_file = "~/.mutt/certificates" | |
set smtp_url = "smtp://[email protected]:587" | |
set smtp_pass = $imap_pass | |
set move = no | |
set imap_keepalive = 900 | |
set record="+Sent" |
great job!
works!
Thank you for this! It works for Office365 too with these settings
set folder = imaps://outlook.office365.com:993
set smtp_url = "smtp://$[email protected]"
set postponed="+Drafts"
Sir, i dont get this. what s the above all about?
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Marko Vukovic ***@***.***>
Sent: Friday, February 18, 2022 4:13:42 PM
To: yangxuan8282 ***@***.***>
Cc: tanasarant ***@***.***>; Comment ***@***.***>
Subject: Re: yangxuan8282/muttrc
@vukko commented on this gist.
________________________________
Thank you for this! It works for Office365 too with these settings
set folder = imaps://outlook.office365.com:993
set smtp_url = ***@***.******@***.***>"
set postponed="+Drafts"
—
Reply to this email directly, view it on GitHub<https://gist.github.com/a18d757429c2e3a89699325045c742b3#gistcomment-4069989>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AIQRT3IP3VZ3BWS4TMQIAHTU3YEUNANCNFSM4H6X6DVA>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID: ***@***.***>
should add
set smtp_authenticators = "login"
Login failed[SASL-XOAUTH2] - Requesting authID!
[SASL-XOAUTH2] - Requesting token!
Someone Can help me?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cool