Revision eb93ac87
Von Max Wessendorf vor 8 Monaten hinzugefügt
SL/BackgroundJob/ImportRecordEmails.pm | ||
---|---|---|
194 | 194 |
|
195 | 195 |
=head1 SYNOPSIS |
196 | 196 |
|
197 |
This background job syncs emails from a folder for records. The emails are
|
|
198 |
imported as email journals and can be processed with functions from
|
|
197 |
This background job imports emails from an imap folder for records. The emails are
|
|
198 |
imported into the email journal and can be processed with functions from
|
|
199 | 199 |
SL::Helper::EmailProcessing. |
200 | 200 |
|
201 | 201 |
=head1 CONFIGURATION |
... | ... | |
203 | 203 |
In kivitendo.conf the settings for the IMAP server can be specified. The |
204 | 204 |
default config is under [record_emails_imap]. The config for a specific record |
205 | 205 |
type is under [record_emails_imap/record_type/<record_type>]. The config for a |
206 |
specific record type overwrites the default config. The data fields can |
|
207 |
overwrite single configration values. |
|
206 |
specific record type overwrites the default config. The data fields in the backgroundjob config can
|
|
207 |
overwrite single or all configration values.
|
|
208 | 208 |
|
209 | 209 |
=over 4 |
210 | 210 |
|
211 | 211 |
=item record_type |
212 | 212 |
|
213 |
The record type to set for each imported email journal. This is used to get |
|
213 |
The record type to set for each imported email in the email journal. This is used to get
|
|
214 | 214 |
a specific config under [record_emails_imap/record_type/<record_type>]. The |
215 | 215 |
default value is C<catch_all> |
216 | 216 |
|
Auch abrufbar als: Unified diff
Doku: Kleine Klarstellungen im pod ImportRecordEmails.pm