Skip to content

resnullius/docker-mutt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-mutt

WHAT IS THIS?

Docker image based on resnullius/alpine:edge with mutt and msmtp.

Extras: vim, git, linx, bash and gnupg (yes, 2.1.x branch).

HOW TO RUN IT?

docker run --rm -ti \
  -v /etc/localtime:/etc/localtime \
  -v ~/.gnupg:/home/user/gnupg \
  -v $PWD/configs:/Configs \
  -v $PWD/secrets:/Secrets \
  -v $PWD/Mail:/Mail \
  resnullius/mutt

DOES THIS RECEIVES EMAILS?

No, there's resnullius/offlineimap for that function.

AUTHOR AND LICENSE

ⓒ 2017, Jose-Luis Rivas <me@ghostbar.co>.

This software is licensed under the MIT terms, you can find a copy of the license on the LICENSE file in this repository.

Releases

No releases published

Packages

No packages published

Languages