Revision b920ed30
Von Max Wessendorf vor 10 Monaten hinzugefügt
config/kivitendo.conf.default | ||
---|---|---|
190 | 190 |
# If SSL is used, default port is 993 |
191 | 191 |
ssl = 1 |
192 | 192 |
|
193 |
# Import emails for records with BackgroundJob ImportRecordEmails |
|
194 |
# Config can specified per type with [record_emails_imap/record_type/<record_type>] |
|
195 |
# More configuration is possible in the data field of the BackgroundJob, for more see |
|
196 |
# SL::BackgroundJob::ImportRecordEmails |
|
197 |
[record_emails_imap] |
|
198 |
hostname = localhost |
|
199 |
username = |
|
200 |
password = |
|
201 |
# Use / for subfolders. Subfolders are not imported. |
|
202 |
base_folder = INBOX |
|
203 |
# Port only needs to be changed if it is not the default port. |
|
204 |
# port = 993 |
|
205 |
# If SSL is to be used, then set port to 993 or leave empty |
|
206 |
ssl = 1 |
|
207 |
# Further possible values |
|
208 |
# email_import_ids_to_delete = [] |
|
209 |
# process_imported_emails = [zugferd] |
|
210 |
# processed_imap_flag = $Label3 |
|
211 |
# not_processed_imap_flag = $Label4 |
|
212 |
# record_type = ap_transaction # set in BackgroundJob to get a specific config |
|
213 |
|
|
214 | 193 |
[applications] |
215 | 194 |
# Location of OpenOffice.org/LibreOffice writer |
216 | 195 |
openofficeorg_writer = lowriter |
Auch abrufbar als: Unified diff
Doku verschweigt Möglichkeiten in kivtendo.conf für ImportRecordEmails.pm und den Teil aus der kivitendo.conf.default genommen