mirror of
https://github.com/andrewferrier/email2pdf.git
synced 2024-12-04 04:17:18 +00:00
14 lines
306 B
Plaintext
14 lines
306 B
Plaintext
[retriever]
|
|
type = SimpleIMAPSSLRetriever
|
|
server = mail.example.com
|
|
username = pdf@example.com
|
|
password = mypassword
|
|
|
|
[options]
|
|
delete = true
|
|
|
|
[destination]
|
|
type = MDA_external
|
|
path = /where/I/installed/email2pdf
|
|
arguments = ("-d", "/where/I/want/PDFs/to/go", "--enforce-syslog", "--mostly-hide-warnings")
|