Skip to content

Instantly share code, notes, and snippets.

View MatthewZMD's full-sized avatar
🏄‍♂️
Surfing on The Internet

Matthew Zeng MatthewZMD

🏄‍♂️
Surfing on The Internet
View GitHub Profile
@MatthewZMD
MatthewZMD / .mbsyncrc
Last active March 27, 2024 00:46
Gmail .mbsyncrc Sample
# mbsyncrc based on
# http://www.ict4g.net/adolfo/notes/2014/12/27/EmacsIMAP.html
# ACCOUNT INFORMATION
IMAPAccount gmail
# Address to connect to
Host imap.gmail.com
User <EMAIL_HERE>
PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.emacs.d/mu4e/.mbsyncpass-<EMAIL_HERE>.gpg"
AuthMechs LOGIN
SSLType IMAPS