Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e4d72be2

Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt

  • ID e4d72be279aaeda0532a673a06cae1454d4f00a5
  • Vorgänger 9b8a38b3
  • Nachfolger eb60713e

ImportRecordEmails: BJ zum importieren von Emails als Beleg-Grundlage

Verallgemeinerung und Ersetzung von BJ "ImportPurchaseInvoiceEmails"

Unterschiede anzeigen:

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