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-key
Follow instructions and set user email equal to the google mail.
python muttGmail john.doe "John Doe" --f ~./mutt/passwd.pgp
Create GPG key:
Launch mutt with the passphrase set for your gpg key pair and it's done!
mutt
git clone [email protected]:pierrebarroca/muttGmail.git
muttGmail was written by Pierre Barroca.