A docker container for running Vmail, a Vim interface to Gmail.
- Docker
- A Gmail Account
- A Google App password
# docker pull davewongillies/docker-vmail:latest
If you don't have one already, create a default vmail profile directory
# mkdir -p ~/.vmail/default
Create a .vmailrc
file in ~/.vmail/default
username: your_email_address@gmail.com
password: google_app_password_you_generated
name: Your Name Here
signature: |
--
Sent from Vmail. http://danielchoi.com/software/vmail.html
# docker run --it -rm -v ~/.vmail:/home/vmail/.vmail davewongillies/vmail:latest
If you have another profile under ~/.vmail
you can execute it with:
# docker run --it -rm -e VMAIL_HOME=~/.vmail/another_profile -v ~/.vmail:/home/vmail/.vmail davewongillies/vmail:latest