Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8a92cb9b

Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt

  • ID 8a92cb9bcfc11748ead3eb7ede056b756eedca12
  • Vorgänger 50c0035f
  • Nachfolger 0ae2e90f

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