Initial commit

This commit is contained in:
2018-06-30 13:56:53 +00:00
committed by artlef
commit 8a58bb9264
11 changed files with 339 additions and 0 deletions

15
getmail/getmailrc Normal file
View File

@ -0,0 +1,15 @@
[retriever]
type = SimplePOP3SSLRetriever
server = pop.example.com
username = username@example.com
# passwd.gpg contains the password.
password_command = ("/usr/bin/gpg","-dq","/home/myuser/.getmail/passwd.gpg")
port = 995
[destination]
type = Maildir
path = ~/mail/
[options]
read_all = False