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