mirror of
https://github.com/nix-community/home-manager
synced 2024-11-17 16:49:45 +01:00
410f573226
Fixed bug where "accounts.email.accounts.<name>.imap.port" option was being ignored in getmail.
16 lines
300 B
Text
16 lines
300 B
Text
# Generated by Home-Manager.
|
|
[retriever]
|
|
type = SimpleIMAPSSLRetriever
|
|
server = imap.example.com
|
|
|
|
username = home.manager
|
|
password_command = ('password-command')
|
|
mailboxes = ( 'INBOX', 'Sent', 'Work' )
|
|
|
|
[destination]
|
|
type = MDA_external
|
|
path = /bin/maildrop
|
|
|
|
[options]
|
|
delete = false
|
|
read_all = true
|