Skip to content

Latest commit

 

History

History
62 lines (36 loc) · 1.13 KB

README.rst

File metadata and controls

62 lines (36 loc) · 1.13 KB

muttGmail

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

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

Installation

git clone [email protected]:pierrebarroca/muttGmail.git

Requirements

Licence

Authors

muttGmail was written by Pierre Barroca.