Revision 11067e9a
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
SL/Mailer.pm | ||
---|---|---|
340 | 340 |
|
341 | 341 |
sub _store_in_imap_sent_folder { |
342 | 342 |
my ($self, $email_as_string) = @_; |
343 |
my $config = $::lx_office_conf{sent_emails_in_imap} || {}; |
|
343 |
|
|
344 |
my $email = $::myconfig{email}; |
|
345 |
my $config = |
|
346 |
$::lx_office_conf{"sent_emails_in_imap/email/$email"} |
|
347 |
|| $::lx_office_conf{sent_emails_in_imap} |
|
348 |
|| {}; |
|
344 | 349 |
return unless ($config->{enabled} && $config->{hostname}); |
345 | 350 |
|
346 | 351 |
my $socket; |
config/kivitendo.conf.default | ||
---|---|---|
177 | 177 |
# If SSL is to be used, then set port to 993 or leave empty |
178 | 178 |
ssl = 1 |
179 | 179 |
|
180 |
# Define a server for a specific email (e.g. info@test.de) with |
|
181 |
# '[sent_emails_in_imap/email/info@test.de]' |
|
180 | 182 |
[sent_emails_in_imap] |
181 | 183 |
enabled = 0 |
182 | 184 |
hostname = localhost |
Auch abrufbar als: Unified diff
Benutzerbezogener Imap-Sent Ordner für Synchronisation