MailConfig/getmail/getmailrc
2018-06-30 16:35:51 +02:00

16 lines
297 B
Plaintext

[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