-
-
Save patcon/e9a02afd60a5ba044eeee08083bcfb42 to your computer and use it in GitHub Desktop.
neomutt config gmail
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
# To use: change gmail's settings to: | |
# enable imap: | |
# Gmail Settings | |
# Forwarding and POP/IMAP | |
# create an app password | |
# App passwords | |
# https://myaccount.google.com/security | |
set imap_login = "" | |
set imap_pass = "XXXXXXXXXXXXXXXX" | |
set imap_user = "[email protected]" | |
set folder = "imaps://imap.gmail.com:993" | |
set spool_file = "imaps://imap.gmail.com/INBOX" | |
set postponed = "imaps://imap.gmail.com/[Gmail]/Drafts" | |
set ssl_starttls = yes | |
set ssl_force_tls = yes | |
set imap_check_subscribed | |
set hostname = gmail.com | |
mailboxes "=INBOX" | |
set trash = "=[Gmail]/Bin" | |
smtp_url = "smtps://[email protected]" | |
set smtp_pass = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" | |
# vim: syn=neomuttrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment