Command line tool to configure your Gmail on mutt with pgp encryted password.
Inspired by https://pthree.org/2012/01/07/encrypted-mutt-imap-smtp-passwords/
usage: muttGmail.py [-h] [--f F] username name
- positional arguments:
-username Gmail username: <username>.gmail.com -name Real user name. ex: "John Doe" - optional arguments:
-h, --help show this help message and exit --f F path for password file. Default: ~/.mutt/passwd.pgp
Example:
gpg --gen-keyFollow instructions and set user email equal to the google mail.
python muttGmail john.doe "John Doe" --f ~./mutt/passwd.pgpCreate GPG key:
Launch mutt with the passphrase set for your gpg key pair and it's done!
muttgit clone git@github.com:pierrebarroca/muttGmail.gitmuttGmail was written by Pierre Barroca.