Last active
March 7, 2025 19:34
-
-
Save flatcap/1a0e7fdc57f6743d7ff45ddb5b2e7bc1 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
In addition, to send mail I needed to add