mirror of
https://github.com/nix-community/home-manager
synced 2024-11-05 10:49:44 +01:00
16 lines
299 B
Text
16 lines
299 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
|