Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 33dc6fc9

Von Max Wessendorf vor etwa 1 Jahr hinzugefügt

  • ID 33dc6fc9844ba3d173cd31cd30ea0e8758c3f7e8
  • Vorgänger 94fb855a
  • Nachfolger 90d21825

Doku verschweigt Möglichkeiten in kivtendo.conf für ImportRecordEmails.pm und den Teil aus der kivitendo.conf.default genommen

Unterschiede anzeigen:

config/kivitendo.conf.default
# If SSL is used, default port is 993
ssl = 1
# Import emails for records with BackgroundJob ImportRecordEmails
# Config can specified per type with [record_emails_imap/record_type/<record_type>]
# More configuration is possible in the data field of the BackgroundJob, for more see
# SL::BackgroundJob::ImportRecordEmails
[record_emails_imap]
hostname = localhost
username =
password =
# 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
# If SSL is to be used, then set port to 993 or leave empty
ssl = 1
# Further possible values
# email_import_ids_to_delete = []
# process_imported_emails = [zugferd]
# processed_imap_flag = $Label3
# not_processed_imap_flag = $Label4
# record_type = ap_transaction # set in BackgroundJob to get a specific config
[applications]
# Location of OpenOffice.org/LibreOffice writer
openofficeorg_writer = lowriter

Auch abrufbar als: Unified diff