Revision 8a92cb9b
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
| config/kivitendo.conf.default | ||
|---|---|---|
|
# If SSL is used, default port is 993
|
||
|
ssl = 1
|
||
|
|
||
|
# Import emails for purchase invoices
|
||
|
[purchase_invoice_emails_imap]
|
||
|
# Import emails for records with BackgroundJob ImportRecordEmails
|
||
|
# Config can specified per type with [record_emails_imap/record/<record_type>]
|
||
|
# More configuration is possible in the data field of the BJ, for more see
|
||
|
# SL::BackgroundJob::ImportRecordEmails
|
||
|
[record_emails_imap]
|
||
|
enabled = 0
|
||
|
hostname = localhost
|
||
|
username =
|
||
|
password =
|
||
|
# This folder can be managed with kivitendo through the background
|
||
|
# ImportPurchaseInvoiceEmails. Create no subfolder in the base folder by hand.
|
||
|
# Use / for subfolders.
|
||
|
# Use / for subfolders. Subfolders are not imported.
|
||
|
base_folder = INBOX
|
||
|
# Port only needs to be changed if it is not the default port.
|
||
|
# port = 993
|
||
Auch abrufbar als: Unified diff
ImportRecordEmails: BJ zum importieren von Emails als Beleg-Grundlage